type property

  1. @JsonKey(name: 'type')
OwnedGiftType get type
inherited

Type of the gift, always "regular"

Implementation

@JsonKey(name: 'type')
OwnedGiftType get type;