FilterSettings class
Stores test filters set via the command line
Used mostly internally. See README.md#flags
for more information
Constructors
- FilterSettings({required String? generalSearchTerm, required String? testFilterTerm, required String? testSearchFor, required String? groupFilterTerm, required String? groupSearchFor, required String? testRunnerFilterTerm, required String? testRunnerSearchFor})
- FilterSettings.fromEnvironment()
Properties
- generalSearchTerm → String?
-
final
- groupFilterTerm → String?
-
final
- groupSearchFor → String?
-
final
- hasGeneralSearchTerm → bool
-
no setter
- hasGroupFilterTerm → bool
-
no setter
- hasGroupSearchFor → bool
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasTestFilterTerm → bool
-
no setter
- hasTestRunnerFilterTerm → bool
-
no setter
- hasTestRunnerSearchFor → bool
-
no setter
- hasTestSearchFor → bool
-
no setter
- isNotEmpty → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- testFilterTerm → String?
-
final
- testRunnerFilterTerm → String?
-
final
- testRunnerSearchFor → String?
-
final
- testSearchFor → String?
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toProperties(
{required bool isFlutter}) → List< String> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited