Status constructor

Status(
  1. Uint8List raw
)

Implementation

Status(this.raw)
  : assert(raw.length == 8, 'FiscalStatus must be 8 bytes long');