compact property

Uint8List get compact

Implementation

Uint8List get compact => Uint8List.fromList([
  27 + recid + (compressed ? 4 : 0), ..._signature,
]);