menu
blockchain_utils package
documentation
helper/extensions/extensions.dart
ExtListIntHelper
toImutableBytes property
toImutableBytes property
dark_mode
light_mode
toImutableBytes
property
List
<
int
>
get
toImutableBytes
Implementation
List<int> get toImutableBytes { return BytesUtils.toBytes(this, unmodifiable: true); }
blockchain_utils package
documentation
helper/extensions/extensions
ExtListIntHelper
toImutableBytes property
ExtListIntHelper extension on
List
<
int
>