VanityCode.fromJson constructor
VanityCode.fromJson(
- Map json_
Implementation
VanityCode.fromJson(core.Map json_)
: this(
promotionCode: json_['promotionCode'] as core.String?,
);
VanityCode.fromJson(core.Map json_)
: this(
promotionCode: json_['promotionCode'] as core.String?,
);