MyUser.fromJson constructor

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

Constructs a MyUser from the provided json.

Implementation

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