menu
electricsql package
documentation
notifiers.dart
ChangeNotification
ChangeNotification constructor
ChangeNotification constructor
dark_mode
light_mode
ChangeNotification
constructor
ChangeNotification
(
{
required
DbName
dbName
,
required
List
<
Change
>
changes
,
required
ChangeOrigin
origin
,
})
Implementation
ChangeNotification({ required this.dbName, required this.changes, required this.origin, });
electricsql package
documentation
notifiers
ChangeNotification
ChangeNotification constructor
ChangeNotification class