TestGroupUnit class
Constructors
-
TestGroupUnit.new({required int id, String? name, int? parentID, required List<
TestCaseUnit> tests})
Properties
Methods
-
copyWith(
{int? id, String? name, int? parentID, List< TestCaseUnit> ? tests}) → TestGroupUnit -
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