toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (label != null) 'label': label!,
      if (operatorName != null) 'operatorName': operatorName!,
      if (property != null) 'property': property!,
    };