short property

  1. @JsonKey.new(includeIfNull: false)
bool? short
final

Whether the field should be displayed as a short column

Implementation

@JsonKey(includeIfNull: false)
final bool? short;