sourceInviteCode property

  1. @JsonKey.new(includeIfNull: false, name: 'source_invite_code')
List<String>? sourceInviteCode
final

Filter by invite codes used to join

Implementation

@JsonKey(includeIfNull: false, name: 'source_invite_code')
final List<String>? sourceInviteCode;