IncomeStatement class

Income statement data for a single period.

Constructors

IncomeStatement({double? revenue, double? grossProfit, double? operatingIncome, double? netIncome, double? earningsPerShareBasic, double? earningsPerShareDiluted, double? researchAndDevelopment, double? costOfRevenue})
const

Properties

costOfRevenue double?
final
earningsPerShareBasic double?
final
earningsPerShareDiluted double?
final
grossMargin double?
Gross margin as a percentage (grossProfit / revenue).
no setter
grossProfit double?
final
hashCode int
The hash code for this object.
no setterinherited
netIncome double?
final
netMargin double?
Net margin as a percentage (netIncome / revenue).
no setter
operatingIncome double?
final
operatingMargin double?
Operating margin as a percentage (operatingIncome / revenue).
no setter
researchAndDevelopment double?
final
revenue double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited