TUIUserListResult class
////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////// 5.1 TUIUserListResult Definition
Constructors
-
TUIUserListResult({required int nextSequence, required List<
TUIUserInfo> userInfoList}) -
TUIUserListResult.fromJson(Map<
String, dynamic> jsonMap)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- nextSequence ↔ int
-
Index to retrieve the next batch of member lists
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
userInfoList
↔ List<
TUIUserInfo> -
Member Information List
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited