DiscountId.fromJson constructor
DiscountId.fromJson(
- Object? json
Implementation
factory DiscountId.fromJson(Object? json) => DiscountId(id: (json as String));
factory DiscountId.fromJson(Object? json) => DiscountId(id: (json as String));