toJson method

Map<String, dynamic> toJson()

Implementation

core.Map<core.String, core.dynamic> toJson() => {
      if (destination != null) 'destination': destination!,
      if (featureSelector != null) 'featureSelector': featureSelector!,
      if (fullExport != null) 'fullExport': fullExport!,
      if (settings != null) 'settings': settings!,
      if (snapshotExport != null) 'snapshotExport': snapshotExport!,
    };