GraphGetListsOutput.fromJson constructor

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

Implementation

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