RevokedAuthenticationUser.fromJson constructor

RevokedAuthenticationUser.fromJson(
  1. Map<String, dynamic> jsonSerialization
)

Implementation

factory RevokedAuthenticationUser.fromJson(
    Map<String, dynamic> jsonSerialization) {
  return RevokedAuthenticationUser();
}