LabelQueryLabelsInput.fromJson constructor

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

Implementation

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