GroupInfo class

Inheritance
Annotations

Constructors

GroupInfo({required int id, required String name, required int parentId, required List<int> entryIds})
const
GroupInfo.fromProto(GroupInfoProto proto)
factory

Properties

childrenGroupEntryIds List<int>
no setteroverride
entryIds List<int>
final
hashCode int
The hash code for this object.
no setterinherited
id int
finalinherited
name String
finalinherited
parentId int
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

calcBriefName(SuiteInfo suiteInfo) String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
traverse(SuiteInfo suiteInfo, GroupEntryInfoTraverseCallback callback) → void
inherited

Operators

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