menu
blockchain_utils package
documentation
helper/extensions/extensions.dart
ListIntHelper
asBytes property
asBytes property
dark_mode
light_mode
asBytes
property
List
<
int
>
get
asBytes
Implementation
List<int> get asBytes { BytesUtils.validateBytes(this); return this; }
blockchain_utils package
documentation
helper/extensions/extensions
ListIntHelper
asBytes property
ListIntHelper extension on
List
<
int
>