PayloadSpec constructor
PayloadSpec(})
Creates a payload descriptor with the given stable id.
Implementation
PayloadSpec(
this.id, {
required this.encoding,
this.layout,
this.format,
this.width,
this.height,
this.length,
this.bytes,
});