FollowCount.fromJson constructor

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

Implementation

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