AuthenticationData.fromJson constructor

AuthenticationData.fromJson(
  1. String value
)

Implementation

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