V2TimFriendAddFriendParam class Models

V2TimFriendAddFriendParam

Constructors

V2TimFriendAddFriendParam.new({required String userID, String? remark, String? friendGroup, String? addWording, String? addSource, required FriendTypeEnum addType})

Properties

addSource String?
getter/setter pair
addType FriendTypeEnum
getter/setter pair
addWording String?
getter/setter pair
friendGroup String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
remark String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userID String
getter/setter pair

Methods

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

Operators

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