collaboratorEmails property

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

Implementation

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