Presets_Query.fromJson constructor

Presets_Query.fromJson(
  1. Object? json
)

Implementation

factory Presets_Query.fromJson(Object? json) => Presets_Query(json as String);