ReadbufferMemory constructor
ReadbufferMemory(
- Uint8List content
Creates a new ReadbufferMemory with the given content.
Implementation
ReadbufferMemory(this.content);
Creates a new ReadbufferMemory with the given content.
ReadbufferMemory(this.content);