BugLoaded class


BugLoaded - Bug List Loaded State

Represents the state when the list of bugs is successfully fetched from Firestore.

Parameters:

Usage:

  • Used to display the bug list in the UI.

Creates a BugLoaded state with a list of bugss.

Inheritance

Constructors

BugLoaded(List<BugModelCustom> bugss)

Properties

bugss List<BugModelCustom>
final
hashCode int
The hash code for this object.
no setterinherited
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