GraphGetRelationshipsInput.fromJson constructor

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

Implementation

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