AuthModule.fromJson constructor
AuthModule.fromJson(
- String source
Implementation
factory AuthModule.fromJson(String source) =>
AuthModule.fromMap(json.decode(source) as Map<String, dynamic>);
factory AuthModule.fromJson(String source) =>
AuthModule.fromMap(json.decode(source) as Map<String, dynamic>);