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