UserEntity.fromJson constructor

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

Implementation

factory UserEntity.fromJson(Map<String, dynamic> json) =>
    $UserEntityFromJson(json);