BorshTuple constructor
const
BorshTuple(
- List<
BorshAnnotation> fields
Creates an annotation for a fixed-length array with multiple data types.
Implementation
const BorshTuple(
super.fields,
);