ByteStructBuffer<T>.caster constructor

ByteStructBuffer<T>.caster(
  1. TypedDataCaster<T> structCaster,
  2. int size
)

Implementation

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