GraphGetListsInput.fromJson constructor

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

Implementation

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