GraphGetListOutput.fromJson constructor

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

Implementation

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