FundamentalMetrics class

Constructors

FundamentalMetrics({Multiples? multiples, Stability? stability, Revenue? revenue, DateTime? period})
FundamentalMetrics.fromJson(Map<String, dynamic> json)

Properties

hashCode int
The hash code for this object.
no setterinherited
multiples Multiples?
The Multiples data represent the multiples of the company.
getter/setter pair
period DateTime?
The period data represent the period of the company.
getter/setter pair
revenue Revenue?
The Revenue data represent the revenue of the company.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stability Stability?
The Stability data represent the stability of the company.
getter/setter pair

Methods

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

Operators

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