JsonPathMatcher.fromJson constructor

JsonPathMatcher.fromJson(
  1. Map json_
)

Implementation

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