GraphGetListInput.fromJson constructor

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

Implementation

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