AuthorizationStateClosed.fromJson constructor
Parse from a json
Implementation
factory AuthorizationStateClosed.fromJson(Map<String, dynamic> json) =>
AuthorizationStateClosed(
extra: json['@extra'],
clientId: json['@client_id'],
);