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