isBookmarked property

  1. @JsonKey(name: 'bookmarked')
bool? isBookmarked
inherited

Have you bookmarked this status?

Implementation

@JsonKey(name: 'bookmarked')
bool? get isBookmarked => throw _privateConstructorUsedError;