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