ByDebugId class

Finds element by debugid.

Implemented types

Constructors

ByDebugId(String _debugId, {bool useDash = false, bool usePlain = false, bool useCamelCase = false})
@ByDebugId('x') looks for debug id attribute. By default (no args), looks for 'debugid=x', 'debug-id=x', or 'debugId="x"'.
const

Properties

cssSelector String
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
useCamelCase bool
final
useDash bool
final
usePlain bool
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

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