hasColors property

  1. @JsonKey.new(name: 'has_colors')
bool? get hasColors
inherited

Optional. True, if the gift can be used (after being upgraded) to customize a user's appearance

Implementation

@JsonKey(name: 'has_colors')
bool? get hasColors;