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