isPinned property

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

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

Implementation

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