TextOperatorOptions.fromJson constructor

TextOperatorOptions.fromJson(
  1. Map json_
)

Implementation

TextOperatorOptions.fromJson(core.Map json_)
    : this(
        exactMatchWithOperator: json_['exactMatchWithOperator'] as core.bool?,
        operatorName: json_['operatorName'] as core.String?,
      );