Split class

Constructors

Split({String? date, String? symbol, int? fromFactor, int? toFactor})
Split.fromJson(Map<String, dynamic> json)

Properties

date String?
The date data represent the date of a split.
getter/setter pair
fromFactor int?
The fromFactor data represent the from factor of a split.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
symbol String?
The symbol data represent the symbol of a company.
getter/setter pair
toFactor int?
The toFactor data represent the to factor of a split.
getter/setter pair

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