Constructs a MyUser from the provided json.
json
factory MyUser.fromJson(Map<String, dynamic> json) => _$MyUserFromJson(json);