menu
web3dart_plus package
documentation
contracts.dart
UintType
UintType.new const constructor
UintType.new const constructor
dark_mode
light_mode
UintType
constructor
const
UintType
(
{
int
length
=
256
,
})
Implementation
const UintType({int length = 256}) : super(length);
web3dart_plus package
documentation
contracts
UintType
UintType.new const constructor
UintType class