BufferLine.withDataFrom constructor

BufferLine.withDataFrom(
  1. BufferLine other
)

Implementation

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