SafelinkQueryRulesInput.fromJson constructor

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

Implementation

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