SetQuerySetsOutput.fromJson constructor

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

Implementation

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