SIQArticle class

See Resource class .

Constructors

SIQArticle(String id, String name, String categoryId, String categoryName, int viewCount, int likeCount, int dislikeCount, DateTime? createdTime, DateTime? modifiedTime)

Properties

categoryId String
final
categoryName String
final
createdTime DateTime?
final
dislikeCount int
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
likeCount int
final
modifiedTime DateTime?
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
viewCount int
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