IntegerOperatorOptions.fromJson constructor
IntegerOperatorOptions.fromJson(
- Map json_
Implementation
IntegerOperatorOptions.fromJson(core.Map json_)
: this(
greaterThanOperatorName:
json_['greaterThanOperatorName'] as core.String?,
lessThanOperatorName: json_['lessThanOperatorName'] as core.String?,
operatorName: json_['operatorName'] as core.String?,
);