User class

Constructors

User()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userInfo List<UserInfo>
getter/setter pair

Methods

initData(int size) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sortName(bool isAscending) → void
Single sort, sort Name's id
sortStatus(bool isAscending) → void
sort with Status and Name as the 2nd Sort
toString() String
A string representation of this object.
inherited

Operators

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