BooleanOperatorOptions.fromJson constructor

BooleanOperatorOptions.fromJson(
  1. Map json_
)

Implementation

BooleanOperatorOptions.fromJson(core.Map json_)
  : this(operatorName: json_['operatorName'] as core.String?);