isFollowing property

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

Indicates whether the user followed the specified List as a result of the request.

Implementation

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