JsonPathMatcher.fromJson constructor
JsonPathMatcher.fromJson(
- Map json_
Implementation
JsonPathMatcher.fromJson(core.Map json_)
: this(
jsonMatcher: json_['jsonMatcher'] as core.String?,
jsonPath: json_['jsonPath'] as core.String?,
);