TestInfo class

Inheritance
Annotations

Constructors

TestInfo({required int id, required String name, required int parentId})
const
TestInfo.fromProto(TestInfoProto proto)
factory

Properties

childrenGroupEntryIds List<int>
no setteroverride
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