ProfileCard.fromJson constructor

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

Implementation

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