ProfileView.fromJson constructor

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

Implementation

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