EndUserAuthenticationEndUserAuthenticationStatus.fromJson constructor
EndUserAuthenticationEndUserAuthenticationStatus.fromJson(
- Map json_
Implementation
EndUserAuthenticationEndUserAuthenticationStatus.fromJson(core.Map json_)
: this(
description: json_['description'] as core.String?,
state: json_['state'] as core.String?,
);