AuthModule.fromJson constructor

AuthModule.fromJson(
  1. String source
)

Implementation

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