StockMetaData class

Class for interacting with metadata of a stock.

Constructors

StockMetaData({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

checkSymbol() Future<bool>
Checks if ticker is valid or invalid. If valid, returns true If invalid, returns false
getStockMetaData() Future<StockMeta>
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