NiceUserInfo class

User info for listing.

Constructors

NiceUserInfo({required String id, required String name, String? subtitle, String? avatar, String? badge, bool online = false, dynamic data})
const

Properties

avatar String?
final
badge String?
final
data → dynamic
final
hashCode int
The hash code for this object.
no setterinherited
id String
final
name String
final
online bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subtitle String?
final

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