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