FinancialMetricValue class

A single financial metric value with metadata.

Constructors

FinancialMetricValue({required double value, required String unit, required DateTime startDate, required DateTime endDate, required FiscalPeriod fiscalPeriod, String? form, String? accessionNumber})
const

Properties

accessionNumber String?
final
endDate DateTime
final
fiscalPeriod FiscalPeriod
final
form String?
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startDate DateTime
final
unit String
final
value double
final

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