operators property

  1. @JsonKey(defaultValue: [])
List<User> operators
read / write

The operators of the channel.

Implementation

@JsonKey(defaultValue: [])
List<User> operators;