isBlocking property

  1. @JsonKey.new(name: 'blocking')
bool get isBlocking
inherited

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

Implementation

@JsonKey(name: 'blocking')
bool get isBlocking => throw _privateConstructorUsedError;