FollowRecord.fromJson constructor

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

Implementation

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