ComponentInformation constructor
ComponentInformation({})
Implementation
ComponentInformation({
required this.timeBootMs,
required this.generalMetadataFileCrc,
required this.peripheralsMetadataFileCrc,
required this.generalMetadataUri,
required this.peripheralsMetadataUri,
});