ExactMatchSpec.fromJson constructor

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

Implementation

factory ExactMatchSpec.fromJson(Map<String, dynamic> json) {
  return ExactMatchSpec();
}