Fill constructor

Fill(
  1. String _id,
  2. FillOptions options, [
  3. Map? _data
])

Implementation

Fill(this._id, this.options, [this._data]);