BugModelCustom class

Constructors

BugModelCustom(String userId, {required String title, required String description, required String assignedDeveloper, required String date, required String severity, required String status})
Current status of the bug (e.g., Fixed, Unfixed).
BugModelCustom.fromFirestore(Map<String, dynamic> data, String userID)
Creates a BugModelCustom object from Firestore data.
factory

Properties

assignedDeveloper String
Detailed description of the bug.
final
date String
who is asssigned the bugs
final
description String
Short title describing the bug.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity String
Date when the bug was reported.
final
status String
final
title String
The ID of the user who created the bug.
final
userId String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
Converts the BugModelCustom object into a map suitable for Firestore storage.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited