DynamicLengthArray<T> constructor

const DynamicLengthArray<T>({
  1. required AbiType<T> type,
})

Constructor.

Implementation

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