BinaryListAdapter<T> constructor

const BinaryListAdapter<T>(
  1. 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());