AbstractTranslations constructor

const AbstractTranslations({
  1. String? reload,
  2. String? thereWasAnErrorPleaseTryAgain,
  3. String? showingCachedData,
  4. String? okay,
  5. String? cancel,
  6. String? thereIsNoData,
  7. String? anErrorOccuredPleaseTryAgain,
})

Implementation

const AbstractTranslations({
  this.reload,
  this.thereWasAnErrorPleaseTryAgain,
  this.showingCachedData,
  this.okay,
  this.cancel,
  this.thereIsNoData,
  this.anErrorOccuredPleaseTryAgain,
});