IncomeData constructor
IncomeData({
- String? date,
- String? symbol,
- String? reportedCurrency,
- String? cik,
- String? fillingDate,
- String? acceptedDate,
- int? year,
- String? period,
- double? revenue,
- double? grossProfitRatio,
- double? generalAndAdministrativeExpenses,
- double? sellingAndMarketingExpenses,
- double? otherExpenses,
- double? costAndExpenses,
- double? interestIncome,
- double? interestExpense,
- double? depreciationAndAmortization,
- double? ebitda,
- double? ebitdaratio,
- double? operatingIncomeRatio,
- double? totalOtherIncomeExpensesNet,
- double? incomeBeforeTaxRatio,
- double? netIncome,
- double? netIncomeRatio,
- double? eps,
- double? weightedAverageShsOut,
- String? link,
- String? finalLink,
- double? costOfGoodsSold,
- double? dilutedEPS,
- double? ebit,
- double? grossIncome,
- double? pretaxIncome,
- double? provisionforIncomeTaxes,
- double? researchDevelopment,
- double? sgaExpense,
- double? totalOperatingExpense,
Implementation
IncomeData(
{this.date,
this.symbol,
this.reportedCurrency,
this.cik,
this.fillingDate,
this.acceptedDate,
this.year,
this.period,
this.revenue,
this.grossProfitRatio,
this.generalAndAdministrativeExpenses,
this.sellingAndMarketingExpenses,
this.otherExpenses,
this.costAndExpenses,
this.interestIncome,
this.interestExpense,
this.depreciationAndAmortization,
this.ebitda,
this.ebitdaratio,
this.operatingIncomeRatio,
this.totalOtherIncomeExpensesNet,
this.incomeBeforeTaxRatio,
this.netIncome,
this.netIncomeRatio,
this.eps,
this.weightedAverageShsOut,
this.link,
this.finalLink,
this.costOfGoodsSold,
this.dilutedAverageSharesOutstanding,
this.dilutedEPS,
this.ebit,
this.grossIncome,
this.pretaxIncome,
this.provisionforIncomeTaxes,
this.researchDevelopment,
this.sgaExpense,
this.totalOperatingExpense});