isMuting property

  1. @JsonKey(name: 'muting')
bool get isMuting
inherited

Indicates whether the user is muting the specified user as a result of this request.

The returned value is false for a successful unmute request.

Implementation

@JsonKey(name: 'muting')
bool get isMuting => throw _privateConstructorUsedError;