isSubscribed property
Whether the user is subscribed to the post (false by default)
Implementation
@JsonKey(name: 'isSubscribed', defaultValue: false)
bool get isSubscribed => throw _privateConstructorUsedError;
Whether the user is subscribed to the post (false by default)
@JsonKey(name: 'isSubscribed', defaultValue: false)
bool get isSubscribed => throw _privateConstructorUsedError;