menu
postgres_fork package
documentation
postgres.dart
Notification
Notification constructor
Notification constructor
dark_mode
light_mode
Notification
constructor
Notification
(
int
processID
,
String
channel
,
String
payload
)
Creates an instance of this type.
Implementation
Notification(this.processID, this.channel, this.payload);
postgres_fork package
documentation
postgres
Notification
Notification constructor
Notification class