toJson method

  1. @override
Object toJson()
override

Implementation

@override
Object toJson() {
  return {
    'parent': parent,
    if (featureMonitorJob != null)
      'featureMonitorJob': featureMonitorJob!.toJson(),
    if (featureMonitorJobId.isNotDefault)
      'featureMonitorJobId': encodeInt64(featureMonitorJobId),
  };
}