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