MonoNewCustomerIdentity.fromJson constructor
MonoNewCustomerIdentity.fromJson(
- String source
Implementation
factory MonoNewCustomerIdentity.fromJson(String source) =>
MonoNewCustomerIdentity.fromMap(json.decode(source));