menu
matex_dart package
documentation
providers/models/quote.model.dart
MatexQuote
MatexQuote const constructor
MatexQuote const constructor
dark_mode
light_mode
MatexQuote
constructor
const
MatexQuote
(
{
required
double
price
,
required
String
symbol
,
required
int
timestamp
,
})
Implementation
const MatexQuote({ required this.price, required this.symbol, required this.timestamp, });
matex_dart package
documentation
providers/models/quote.model
MatexQuote
MatexQuote const constructor
MatexQuote class