Following.fromJson constructor

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

Builds a Following from a JSON object.

Implementation

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