isFollowing property

  1. @JsonKey(name: 'following')
bool? isFollowing
inherited

Whether the current token’s authorized user is following this tag.

Implementation

@JsonKey(name: 'following')
bool? get isFollowing => throw _privateConstructorUsedError;