ServiceAgentAuthentication.fromJson constructor
ServiceAgentAuthentication.fromJson(
- Map json_
Implementation
ServiceAgentAuthentication.fromJson(core.Map json_)
: this(
type: json_.containsKey('type') ? json_['type'] as core.String : null,
);