StormyRefreshStateTexts constructor

const StormyRefreshStateTexts({
  1. String? ready,
  2. String? armed,
  3. String? processing,
  4. String? drag,
  5. String? processed,
  6. String? failed,
  7. String? noMoreData,
})

Implementation

const StormyRefreshStateTexts({
  this.ready,
  this.armed,
  this.processing,
  this.drag,
  this.processed,
  this.failed,
  this.noMoreData,
});