BinaryListAdapter<T> constructor
const
BinaryListAdapter<T> (
- int byteSize
Creates a new BinaryListAdapter with the given byteSize
.
The byteSize
is used to determine how many bytes each element
occupies in the binary data.
Implementation
const BinaryListAdapter(this.byteSize) : super(const StringAdapter());