IncomeStatement constructor
const
IncomeStatement({})
Implementation
const IncomeStatement({
this.revenue,
this.grossProfit,
this.operatingIncome,
this.netIncome,
this.earningsPerShareBasic,
this.earningsPerShareDiluted,
this.researchAndDevelopment,
this.costOfRevenue,
});