collaboratorEmails property

  1. @JsonKey(name: 'collaborator_emails', defaultValue: [])
List<String> collaboratorEmails
getter/setter pair

Implementation

@JsonKey(name: 'collaborator_emails', defaultValue: [])
late List<String> collaboratorEmails = [];