TaskCommentsModel class

Constructors

TaskCommentsModel.new({String? id, String? comment, String? userId, String? profilePic, String? userName, Timestamp? createdAt, Timestamp? deletedAt, String? taskId, String? attachmentLink, String? fileExtension, String? fileName, String? thumbnailPath})
TaskCommentsModel.fromJson(dynamic json)

Properties

no setter
comment String?
no setter
createdAt → Timestamp?
no setter
deletedAt → Timestamp?
no setter
fileExtension String?
no setter
fileName String?
no setter
hashCode int
The hash code for this object.
no setterinherited
id String?
no setter
profilePic String?
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
taskId String?
no setter
thumbnailPath String?
no setter
userId String?
no setter
userName String?
no setter

Methods

copyWith({String? id, String? comment, String? userId, String? profilePic, String? userName, Timestamp? createdAt, Timestamp? deletedAt, String? taskId, String? attachmentLink, String? fileExtension, String? fileName, String? thumbnailPath}) TaskCommentsModel
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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