IpoCalendar class

The IpoCalendar data represent the IPO calendar of the company.

Constructors

IpoCalendar({required String? symbol, required String? price, required int? numberOfShares, required double? totalSharesValue, required String? name, required String? exchange, required String? actions, required DateTime? date})
IpoCalendar.fromJson(Map<String, dynamic> json)
factory

Properties

actions String?
The actions of the company.
getter/setter pair
date DateTime?
The date of the company.
getter/setter pair
exchange String?
The exchange of the company.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String?
The name of the company.
getter/setter pair
numberOfShares int?
The number of shares of the company.
getter/setter pair
price String?
The price of the company.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String?
The symbol of the company.
getter/setter pair
totalSharesValue double?
The total shares value 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