UserListWidget class
Constructors
- UserListWidget({required UserAccounts currentUserAccounts, required int userID, required String profileImageUrl, required String username, required String displayname, required bool isFriend, required ARMOYUServices service})
Properties
- currentUserAccounts → UserAccounts
-
final
- displayname → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isFriend ↔ bool
-
getter/setter pair
- profileImageUrl → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- service → ARMOYUServices
-
final
- userID → int
-
final
- username → String
-
final
Methods
-
build(
BuildContext context, {required Function profileFunction}) → Widget -
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