operatorUserIds property Null safety

  1. @JsonKey(name: 'operator_ids')
List<String>? operatorUserIds
read / write

List of user id who will be operator in a channel

Implementation

@JsonKey(name: 'operator_ids')
List<String>? operatorUserIds;