activityListNotes method

  1. @override
String activityListNotes(
  1. String notes
)
override

No description provided for @activityListNotes.

In en, this message translates to: 'Notes: {notes}'

Implementation

@override
String activityListNotes(String notes) {
  return 'Notes: $notes';
}