Matcher.fromJson constructor

Matcher.fromJson(
  1. Map<String, dynamic> json
)

Implementation

factory Matcher.fromJson(Map<String, dynamic> json) =>
    _$MatcherFromJson(json);