Address constructor

  1. @Assert('bytes.lengthInBytes == kAddressCoreSize + 1')
Address(
  1. Uint8List bytes
)

Implementation

@Assert('bytes.lengthInBytes == kAddressCoreSize + 1')
factory Address(Uint8List bytes) = _Address;