FollowRequest.fromJson constructor

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

Implementation

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