APIReel class

Constructors

APIReel({required int reelsID, required UserInfo owner, required String description, required DateTime date, required Media media, int likeCount = 0, int commentCount = 0, int status = 1})
APIReel.fromJson(Map<String, dynamic> json)
factory

Properties

commentCount int
final
date DateTime
final
description String
final
hashCode int
The hash code for this object.
no setterinherited
likeCount int
final
media Media
final
owner UserInfo
final
reelsID int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status int
final

Methods

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