CockpitIndexedSuiteReference constructor
CockpitIndexedSuiteReference({})
Creates a CockpitIndexedSuiteReference.
Implementation
CockpitIndexedSuiteReference({
required this.documentId,
required this.suiteId,
required this.documentSha256,
}) {
CockpitFoundationValueReader.id(documentId, r'$.documentId');
CockpitFoundationValueReader.id(suiteId, r'$.suiteId');
CockpitFoundationValueReader.sha256(documentSha256, r'$.documentSha256');
}