Comet constructor

Comet({
  1. int? newOffset,
  2. List? data,
})

Implementation

Comet({this.newOffset, this.data});