AuthJwtModel.fromJson constructor

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

Implementation

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