Alert class

Constructors

Alert({String? posted, User? owner, int? plurkId, String? type})
Alert.fromJson(Map<String, dynamic> json)

Properties

friendInfo User?
getter/setter pair
fromUser User?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
newFan User?
getter/setter pair
newFriend User?
getter/setter pair
numOthers int?
getter/setter pair
owner User?
getter/setter pair
plurkId int?
getter/setter pair
posted String?
getter/setter pair
responseId int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toUser User?
getter/setter pair
type String?
getter/setter pair

Methods

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

Operators

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