BloomOtaPatch constructor
const
BloomOtaPatch({})
Creates a BloomOtaPatch descriptor.
Implementation
const BloomOtaPatch({
required this.patchNumber,
required this.channel,
required this.releasedAt,
this.releaseNotes,
});