AuthProfileModel.fromJson constructor
AuthProfileModel.fromJson(
- String source
Implementation
factory AuthProfileModel.fromJson(String source) => AuthProfileModel.fromMap(json.decode(source));
factory AuthProfileModel.fromJson(String source) => AuthProfileModel.fromMap(json.decode(source));