cards property

  1. @JsonKey.new(name: 'cards', required: true)
List<AIOCard> get cards
inherited

The cards of the widget

Implementation

@JsonKey(name: 'cards', required: true)
List<AIOCard> get cards => throw _privateConstructorUsedError;