LoyaltyProgramTiers.fromJson constructor
LoyaltyProgramTiers.fromJson(
- Map json_
Implementation
LoyaltyProgramTiers.fromJson(core.Map json_)
: this(tierLabel: json_['tierLabel'] as core.String?);
LoyaltyProgramTiers.fromJson(core.Map json_)
: this(tierLabel: json_['tierLabel'] as core.String?);