partialMatch property

JsonObject? partialMatch

Implementation

JsonObject? get partialMatch => _$this._partialMatch;
void partialMatch=(JsonObject? partialMatch)

Implementation

set partialMatch(JsonObject? partialMatch) =>
    _$this._partialMatch = partialMatch;