Plurk class

Inheritance
Implementers

Constructors

Plurk({int? ownerId, int? plurkId, int? userId, String? posted, int? replurkerId, String? qualifier, String? content, String? contentRaw, String? lang, int? responseCount, int? responsesSeen, String? limitedTo, String? excluded, Comment? noComments, int? plurkType, int? isUnread, String? lastEdited, bool? porn, bool? publishToFollowers, int? coins, bool? hasGift, List<int>? favorers, int? favoriteCount, bool? replurked, List<int>? replurkers, int? replurkersCount, bool? replurkable, bool? anonymous, int? responded, int? mentioned, bool? favorite, bool? bookmark, String? qualifierTranslated, User? owner})
Plurk.fromJson(Map<String, dynamic> json)

Properties

anonymous bool?
getter/setter pair
bookmark bool?
getter/setter pair
coins int?
getter/setter pair
content String?
getter/setter pair
contentRaw String?
getter/setter pair
errorText String?
getter/setter pairinherited
excluded String?
getter/setter pair
favorers List<int>?
getter/setter pair
favorite bool?
getter/setter pair
favoriteCount int?
getter/setter pair
hasGift bool?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isUnread int?
getter/setter pair
lang String?
getter/setter pair
lastEdited String?
getter/setter pair
limitedTo String?
getter/setter pair
mentioned int?
getter/setter pair
noComments Comment?
getter/setter pair
owner User?
getter/setter pair
ownerId int?
getter/setter pair
plurkId int?
getter/setter pair
plurkType int?
getter/setter pair
porn bool?
getter/setter pair
posted String?
getter/setter pair
publishToFollowers bool?
getter/setter pair
qualifier String?
getter/setter pair
qualifierTranslated String?
getter/setter pair
replurkable bool?
getter/setter pair
replurked bool?
getter/setter pair
replurkerId int?
getter/setter pair
replurkers List<int>?
getter/setter pair
replurkersCount int?
getter/setter pair
responded int?
getter/setter pair
responseCount int?
getter/setter pair
responsesSeen int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successText String?
getter/setter pairinherited
userId int?
getter/setter pair

Methods

getExcluded() List<int>
getLimitedTo() List<int>
hasError() bool
inherited
hasOwnerData() bool
hasSuccess() bool
inherited
lastEditDateTime() DateTime?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postedDateTime() DateTime?
qualifierColorHex() int?
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited
update(Plurk plurk) → dynamic

Operators

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