TMemoryInputTransport constructor

TMemoryInputTransport([
  1. Int8List? _buf
])

Implementation

TMemoryInputTransport([this._buf]) {
  reset(buf: _buf);
}