AuthenticationData.fromJson constructor
AuthenticationData.fromJson(
- String value
Implementation
factory AuthenticationData.fromJson(String value) =>
_$AuthenticationDataFromJson({'value': value});