GraphGetFollowsOutput.fromJson constructor

GraphGetFollowsOutput.fromJson(
  1. Map<String, Object?> json
)

Implementation

factory GraphGetFollowsOutput.fromJson(Map<String, Object?> json) =>
    _$GraphGetFollowsOutputFromJson(json);