Stability constructor

Stability({
  1. double? equityRatio,
  2. double? debtRatio,
  3. double? debtToEquityRatio,
  4. double? dynamicLeverage,
  5. double? cataRatio,
  6. double? currentRatio,
  7. double? fixedAssetIntensity,
  8. double? ppeRatio,
  9. double? assetCoverage1,
  10. double? assetCoverage2,
  11. double? cashRatio,
  12. double? quickRatio,
})

Implementation

Stability(
    {this.equityRatio,
    this.debtRatio,
    this.debtToEquityRatio,
    this.dynamicLeverage,
    this.cataRatio,
    this.currentRatio,
    this.fixedAssetIntensity,
    this.ppeRatio,
    this.assetCoverage1,
    this.assetCoverage2,
    this.cashRatio,
    this.quickRatio});