Response class

Constructors

Response({int? id, int? userId, int? plurkId, String? contentRaw, String? qualifier, String? posted, String? lang, String? content, String? lastEdited, int? coins, int? editability, String? qualifierTranslated, String? handle, bool? myAnonymous})
Response.fromJson(Map<String, dynamic> json)

Properties

coins int?
getter/setter pair
content String?
getter/setter pair
contentRaw String?
getter/setter pair
editability int?
getter/setter pair
handle String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id int?
getter/setter pair
lang String?
getter/setter pair
lastEdited String?
getter/setter pair
myAnonymous bool?
getter/setter pair
plurkId int?
getter/setter pair
posted String?
getter/setter pair
qualifier String?
getter/setter pair
qualifierTranslated String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userId int?
getter/setter pair

Methods

lastEditDateTime() DateTime?
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
postedDateTime() DateTime?
qualifierColorHex() int?
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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