isSubscribed property

  1. @JsonKey(name: 'isSubscribed', defaultValue: false)
bool get isSubscribed
inherited

Whether the user is subscribed to the post (false by default)

Implementation

@JsonKey(name: 'isSubscribed', defaultValue: false)
bool get isSubscribed => throw _privateConstructorUsedError;