FriendApplicationInfo class

Constructors

FriendApplicationInfo({String? fromUserID, String? fromNickname, String? fromFaceURL, String? toUserID, String? toNickname, String? toFaceURL, int? handleResult, String? reqMsg, int? createTime, String? handlerUserID, String? handleMsg, int? handleTime, String? ex})
FriendApplicationInfo.fromJson(Map<String, dynamic> json)

Properties

createTime int?
Creation time
getter/setter pair
ex String?
Additional information
getter/setter pair
fromFaceURL String?
Initiator user profile picture
getter/setter pair
fromNickname String?
Initiator user nickname
getter/setter pair
fromUserID String?
Initiator user ID
getter/setter pair
handleMsg String?
Handling remark
getter/setter pair
handleResult int?
Handling result
getter/setter pair
handlerUserID String?
Handler user ID
getter/setter pair
handleTime int?
Handling time
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isAgreed bool
Already agreed
no setter
isRejected bool
Already rejected
no setter
isWaitingHandle bool
Waiting to be processed
no setter
reqMsg String?
Request message
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toFaceURL String?
Recipient user profile picture
getter/setter pair
toNickname String?
Recipient user nickname
getter/setter pair
toUserID String?
Recipient user ID
getter/setter pair

Methods

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

Operators

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