category property

  1. @JsonKey(name: 'category', required: true)
String get category
inherited

The category of the card

Implementation

@JsonKey(name: 'category', required: true)
String get category => throw _privateConstructorUsedError;