ListNotesResponse constructor

ListNotesResponse({
  1. String? nextPageToken,
  2. List<Note>? notes,
  3. List<String>? unreachable,
})

Implementation

ListNotesResponse({this.nextPageToken, this.notes, this.unreachable});