Frame constructor

Frame(
  1. Buffer _buffer,
  2. [int count = 0]
)

Creates a new frame from the given buffer and count.

Implementation

Frame(this._buffer, [this.count = 0]);