HashPrefix constructor

  1. @Assert('bytes.lengthInBytes <= kHashSize')
HashPrefix(
  1. Uint8List bytes
)

Implementation

@Assert('bytes.lengthInBytes <= kHashSize')
factory HashPrefix(Uint8List bytes) = _HashPrefix;