menu
webfeed_revised package
documentation
domain/media/price.dart
Price
Price constructor
Price constructor
dark_mode
light_mode
Price
constructor
Price
(
{
double
?
price
,
String
?
type
,
String
?
info
,
String
?
currency
,
})
Default constructor for the Price class
Implementation
Price({ this.price, this.type, this.info, this.currency, });
webfeed_revised package
documentation
domain/media/price
Price
Price constructor
Price class