role property

  1. @JsonKey(unknownEnumValue: Role.none)
Role role
getter/setter pair

The Role of this sender in the current channel. If the sender's role status changes after the field value allocation, the value returned by this method may not reflect the latest role.

Implementation

@JsonKey(unknownEnumValue: Role.none)
Role role;