TMemoryInputTransport constructor
TMemoryInputTransport([
- Int8List? _buf
Implementation
TMemoryInputTransport([this._buf]) {
reset(buf: _buf);
}
TMemoryInputTransport([this._buf]) {
reset(buf: _buf);
}