Code constructor
Code({})
Implementation
Code({
this.text,
this.isValid = false,
this.error,
this.rawBytes,
this.format,
this.position,
this.isInverted = false,
this.isMirrored = false,
this.duration = 0,
});