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