MonoNewCustomerIdentity.fromJson constructor

MonoNewCustomerIdentity.fromJson(
  1. String source
)

Implementation

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