GraphSearchStarterPacksInput.fromJson constructor

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

Implementation

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