Follow.fromJson constructor

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

Create a new instance from a JSON object

Implementation

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