FindFriendApplicationEntity class
查找好友申请实体
Constructors
- FindFriendApplicationEntity({required String userID, required FriendApplicationTypeEnum type})
- FindFriendApplicationEntity.fromFriendApplicationEntity(FriendApplicationEntity data)
-
根据
data
对象快速转换为查找好友申请实体factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ FriendApplicationTypeEnum
-
类型
getter/setter pair
- userID ↔ String
-
用户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