AuthProfileModel.fromJson constructor

AuthProfileModel.fromJson(
  1. String source
)

Implementation

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