UnknowWidgetTraitException class
Exception which indicates the missing of an expected widget.
- Inheritance
-
- Object
- LayoutTesterException
- UnknowWidgetTraitException
Constructors
- UnknowWidgetTraitException.new({required String traitId})
- Creates an instance of UnknowWidgetTraitException.
- UnknowWidgetTraitException.forAncestor(String traitId, {required String ancestorId})
- Creates an instance of UnknowWidgetTraitException with additional information regarding an ancestor.
- UnknowWidgetTraitException.forDescendant(String traitId, {required String descendantId})
- Creates an instance of UnknowWidgetTraitException with additional information regarding a descendant.
Properties
Methods
-
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