Profile class

Inheritance

Constructors

Profile({bool? areFriends, bool? isFan, bool? isFollowing, bool? isFollowingReplurk, int? friendStatus, bool? blockedByMe, String? alias, bool? hasReadPermission, List<Plurk>? plurks, User? userInfo, int? friendsCount, int? fansCount, String? privacy, int? alertsCount, int? unreadCount})
Profile.fromJson(Map<String, dynamic> json)

Properties

alertsCount int?
getter/setter pair
alias String?
getter/setter pair
areFriends bool?
getter/setter pair
blockedByMe bool?
getter/setter pair
errorText String?
getter/setter pairinherited
fansCount int?
getter/setter pair
friendsCount int?
getter/setter pair
friendStatus int?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
hasReadPermission bool?
getter/setter pair
isFan bool?
getter/setter pair
isFollowing bool?
getter/setter pair
isFollowingReplurk bool?
getter/setter pair
plurks List<Plurk>?
getter/setter pair
privacy String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
successText String?
getter/setter pairinherited
unreadCount int?
getter/setter pair
userInfo User?
getter/setter pair

Methods

hasError() bool
inherited
hasSuccess() bool
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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