DynamicLengthArray<T> constructor
const
DynamicLengthArray<T> ({
- required AbiType<
T> type,
Implementation
const DynamicLengthArray({required AbiType<T> type}) : super._(type);