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
Inheritance

Constructors

BugDelete(String id)

Properties

hashCode int
The hash code for this object.
no setterinherited
id String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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