DoubleArg class
- Inheritance
-
- Object
- FieldsComposable<
double> - Arg<
double> - DoubleArg
Properties
- $name → String?
-
finalinherited
- $value → double?
-
finalinherited
-
fields
→ List<
Field> -
no setteroverride
- groupName → String
-
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- name → String
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → double
-
no setterinherited
Methods
-
buildFields(
BuildContext context) → Widget -
Converts the fields into a Widget that will be rendered in the
settings side panel.
inherited
-
init(
{required String name}) → DoubleArg -
Creates a copy of this using the provided
name
for late initialization. If $name was already set, it should have precedence overname
.override -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
BuildContext context) → double -
inherited
-
slugify(
String name) → String -
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
valueFromQueryGroup(
Map< String, String> group) → double -
Converts a query group to a value of type
T
.override -
valueOf<
TField> (String name, Map< String, String> group) → TField? -
Decodes the value of the Field with
name
from the querygroup
using the FieldCodec.toValue from Field.codec.inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited