AuthMethods.fromJson constructor
AuthMethods.fromJson(
- dynamic jsonString
Implementation
factory AuthMethods.fromJson(jsonString) {
return fromJson(jsonString, AuthMethods.fromMap);
}
factory AuthMethods.fromJson(jsonString) {
return fromJson(jsonString, AuthMethods.fromMap);
}