ByteStructBuffer<T>.caster constructor
ByteStructBuffer<T>.caster (
- TypedDataCaster<
T> structCaster, - int size
Implementation
ByteStructBuffer.caster(TypedDataCaster<T> structCaster, int size) : this._(Uint8List(size), structCaster);