ShownFreeUsageState constructor

const ShownFreeUsageState(
  1. int _current,
  2. int _total, {
  3. bool needShow = true,
  4. String? tag,
})

Implementation

const ShownFreeUsageState(
  this._current,
  this._total, {
  this.needShow = true,
  String? tag,
}) : super(tag: tag);