isBurned property

  1. @JsonKey.new(name: 'is_burned')
bool? get isBurned
inherited

Optional. True, if the gift was used to craft another gift and isn't available anymore

Implementation

@JsonKey(name: 'is_burned')
bool? get isBurned;