CueImpl constructor

CueImpl(
  1. String id,
  2. int uid,
  3. double startTime,
  4. double _endTime,
  5. String _content,
)

Implementation

CueImpl(super.id, super.uid, super.startTime, this._endTime, this._content);