Encodes this CockpitRootRegistration as a JSON object.
Map<String, Object?> toJson() => <String, Object?>{ 'path': path, if (label != null) 'label': label, };