private property

  1. @JsonKey(name: 'private', defaultValue: false)
bool get private
inherited

Whether the category is private (false by default)

Implementation

@JsonKey(name: 'private', defaultValue: false)
bool get private => throw _privateConstructorUsedError;