DividendData class

The DividendData data represent the dividend data of a company e.g. date, recordDate, amount, declarationDate, adjustedAmount, payDate.

Constructors

DividendData({required dynamic date, dynamic recordDate, dynamic amount, dynamic declarationDate, dynamic adjustedAmount, dynamic payDate})
DividendData.fromJson(Map<String, dynamic> json)

Properties

adjustedAmount double?
The adjusted amount of the dividend.
getter/setter pair
amount double?
The amount of the dividend.
getter/setter pair
date DateTime?
The date of the dividend.
getter/setter pair
declarationDate String?
The declaration date of the dividend.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
payDate String?
The pay date of the dividend.
getter/setter pair
recordDate String?
The record date of the dividend.
getter/setter pair
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