background property

  1. @JsonKey.new(name: 'background')
GiftBackground? get background
inherited

Optional. Background of the gift

Implementation

@JsonKey(name: 'background')
GiftBackground? get background;