BorshArray<T> constructor
const
BorshArray<T> (
- BorshAnnotation<
T> subtype, - int length
Creates an annotation for a fixed-length array.
Implementation
const BorshArray(
super.subtype,
super.length,
);