Cue constructor

Cue(
  1. String _id,
  2. int _uid,
  3. double _startTime
)

Implementation

Cue(this._id, this._uid, this._startTime);