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