nim_core
nim_core
RecentSessionList
RecentSessionList constructor
RecentSessionList
RecentSessionList
constructor
Null safety
RecentSessionList
(
{
required
bool
hasMore
,
List
<
RecentSession
>
?
sessionList
}
)
Implementation
RecentSessionList({required this.hasMore, this.sessionList});
nim_core
nim_core
RecentSessionList
RecentSessionList constructor
RecentSessionList class
Constructors
RecentSessionList
fromMap
Properties
hashCode
hasMore
runtimeType
sessionList
Methods
noSuchMethod
toString
Operators
operator ==