StockInfo class

Constructors

StockInfo({String? ticker})

Properties

apiStr String
final
baseUrl String
final
hashCode int
The hash code for this object.
no setterinherited
res ↔ Response
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
ticker String?
final

Methods

getStockData() Future<StockQuote>
getStockPrice() Future<StockQuote>
getStockPriceChange() Future<StockQuote>
getStockVolume() Future<StockQuote>
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