isGift property

  1. @JsonKey.new(name: 'is_gift')
bool isGift
final

Implementation

@JsonKey(name: 'is_gift')
final bool isGift;