AssertValueForm class
- Inheritance
- Object
- TestStepForm
- AssertValueForm
Constructors
- AssertValueForm()
-
const
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- supportsMinified → bool
-
read-only, override
- title → TranslationEntry
-
read-only, override
Methods
-
buildDropdown(
{BuildContext context, String id, String defaultValue, List< String> items, TranslationEntry label, List<ValueValidator> validators, Map<String, dynamic> values}) → Widget -
@protected, inherited
-
buildEditText(
{BuildContext context, String id, String defaultValue, TranslationEntry label, List< ValueValidator> validators, Map<String, dynamic> values}) → Widget -
@protected, inherited
-
buildForm(
BuildContext context, Map< String, dynamic> values, {bool minify: false}) → Widget -
override
-
buildHelpSection(
BuildContext context, TranslationEntry helpText, {bool minify: false}) → Widget -
@protected, inherited
-
buildTimeoutSection(
{BuildContext context, Duration defaultTimeout, Map< String, dynamic> values}) → Widget -
@protected, inherited
-
buildValuesSection(
BuildContext context, List< Widget> children, {bool minify: false}) → Widget -
@protected, inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited