isPinned property

  1. @JsonKey(name: 'pinned')
bool? isPinned
inherited

Have you pinned this status?

Implementation

@JsonKey(name: 'pinned')
bool? get isPinned => throw _privateConstructorUsedError;