menu
serverpod_postgres_pool package
documentation
postgres_pool.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);
serverpod_postgres_pool package
documentation
postgres_pool
Notification
Notification constructor
Notification class