EnumOperatorOptions.fromJson constructor
EnumOperatorOptions.fromJson(
- Map json_
Implementation
EnumOperatorOptions.fromJson(core.Map json_)
: this(
operatorName: json_.containsKey('operatorName')
? json_['operatorName'] as core.String
: null,
);