ReelModel class

Constructors

ReelModel(String url, String userName, {String? id, bool isLiked = false, int likeCount = 0, String? profileUrl, String? reelDescription, String? musicName, List<ReelCommentModel>? commentList})

Properties

commentList List<ReelCommentModel>?
final
hashCode int
The hash code for this object.
no setterinherited
id String?
final
isLiked bool
final
likeCount int
final
musicName String?
final
profileUrl String?
final
reelDescription String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
final
userName String
final

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