AuthModel.fromJson constructor

AuthModel.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory AuthModel.fromJson(Map<String, dynamic> json) =>
    _$AuthModelFromJson(json);