fromJsonModel static method

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

Implementation

static FollowRequest fromJsonModel(Map<String, dynamic> json) =>
    FollowRequest.fromJson(json);