menu
dart_web3gas package
documentation
web3dart/src/contracts/abi/arrays.dart
FixedLengthArray<T>
FixedLengthArray const constructor
FixedLengthArray const constructor
dark_mode
light_mode
FixedLengthArray<
T
>
constructor
const
FixedLengthArray<
T
>
(
{
required
AbiType
<
T
>
type
,
required
int
length
,
})
Implementation
const FixedLengthArray({required AbiType<T> type, required this.length}) : super._(type);
dart_web3gas package
documentation
web3dart/src/contracts/abi/arrays
FixedLengthArray<T>
FixedLengthArray const constructor
FixedLengthArray class