fromJson static method

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

Implementation

static AcceptFollowResponse fromJson(Map<String, dynamic> json) =>
    _$AcceptFollowResponseFromJson(json);