BorshArraySizedDecoder<T>  constructor 
      const
      BorshArraySizedDecoder<T> (
    
- BorshCodecFixedSized<T> subtype,
- int length
Creates a decoder for fixed-length arrays with fixed size data types.
Implementation
const BorshArraySizedDecoder(super.subtype, super.length);