BufferLine.withDataFrom constructor
BufferLine.withDataFrom(
- BufferLine other
Implementation
BufferLine.withDataFrom(BufferLine other) {
_data = other.data;
}
BufferLine.withDataFrom(BufferLine other) {
_data = other.data;
}