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