User.fromJson constructor

User.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory User.fromJson(Map<String, Object?> json) => _$UserFromJson(json);