menu
blockchain_utils package
documentation
crypto/crypto/hash/hash.dart
HashBytesState
HashBytesState constructor
HashBytesState constructor
dark_mode
light_mode
HashBytesState
constructor
HashBytesState
(
{
required
List
<
int
>
data
,
required
int
pos
,
})
Implementation
HashBytesState({required List<int> data, required this.pos}) : data = List<int>.from(data);
blockchain_utils package
documentation
crypto/crypto/hash/hash
HashBytesState
HashBytesState constructor
HashBytesState class