menu
openfoodfacts package
documentation
model/EventsBase.dart
EventsBase
EventsBase.new constructor
EventsBase.new constructor
dark_mode
light_mode
EventsBase
constructor
EventsBase
(
{
required
String
eventType
,
DateTime
?
timestamp
,
String
?
userId
,
String
?
barcode
,
int
?
points
,
})
Implementation
EventsBase({ required this.eventType, this.timestamp, this.userId, this.barcode, this.points, });
openfoodfacts package
documentation
model/EventsBase
EventsBase
EventsBase.new constructor
EventsBase class