operatorUserIds property Null safety
- @JsonKey(name: 'operator_ids')
read / write
List of user id who will be operator in a channel
Implementation
@JsonKey(name: 'operator_ids')
List<String>? operatorUserIds;
List of user id who will be operator in a channel
@JsonKey(name: 'operator_ids')
List<String>? operatorUserIds;