CustomerIdentity.fromJson constructor
CustomerIdentity.fromJson(
- Map json_
Implementation
CustomerIdentity.fromJson(core.Map json_)
: this(id: json_['id'] as core.String?);
CustomerIdentity.fromJson(core.Map json_)
: this(id: json_['id'] as core.String?);