VanityCode.fromJson constructor

VanityCode.fromJson(
  1. Map json_
)

Implementation

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