AuthenticationUserIdentifier.fromJson constructor

AuthenticationUserIdentifier.fromJson(
  1. Map<String, Object?> json
)

Implementation

AuthenticationUserIdentifier.fromJson(super.json)
    : user = json['user'] as String,
      super.fromJson();