isPremium property

  1. @JsonKey.new(name: 'is_premium')
bool? isPremium
final

Implementation

@JsonKey(name: 'is_premium')
final bool? isPremium;