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