menu
prisma_event package
documentation
prisma_event.dart
Definition
Definition.new const constructor
Definition.new const constructor
dark_mode
light_mode
Definition
constructor
const
Definition
(
Event
event
,
Emit
emit
)
Create a new event definition.
Implementation
const Definition(this.event, this.emit);
prisma_event package
documentation
prisma_event
Definition
Definition.new const constructor
Definition class