BugDelete class
BugDelete - Delete Bug Event
Triggered when a user deletes a bug by its id.
Parameters:
- id: The document ID of the bug to delete.
Handled by:
- Deleting the bug from Firestore
- Reloading the bug list after deletion
Constructors
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited