type property

  1. @JsonKey.new(name: 'type')
String? get type
inherited

Optional. For ordered lists, the type of the item label

Implementation

@JsonKey(name: 'type')
String? get type;