CockpitRootRegistration constructor
Creates a CockpitRootRegistration.
Implementation
CockpitRootRegistration({required this.path, this.label}) {
CockpitFoundationValueReader.absolutePath(path, r'$.path');
if (label != null) {
CockpitFoundationValueReader.string(label, r'$.label', maximum: 128);
}
}