BorshStringSizedEncoder constructor
const
BorshStringSizedEncoder(
- int byteLength, {
- BufferEncoding? encoding,
Creates an encoder for fixed-length string data types.
Implementation
const BorshStringSizedEncoder(
this.byteLength, {
final BufferEncoding? encoding,
}): encoding = encoding ?? BufferEncoding.utf8;