gifts property

  1. @JsonKey(name: 'gifts')
List<Gift> get gifts
inherited

The list of gifts.

Implementation

@JsonKey(name: 'gifts')
List<Gift> get gifts;