DoubleField class
Model field for native int type
Constructors
- DoubleField({required Model parent, required FieldOptions options})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isLoaded → bool
-
no setterinherited
- isNull → bool
-
no setterinherited
- name → String
-
no setterinherited
- options → FieldOptions
-
finalinherited
- parent → Model
-
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type → Type
-
no setterinherited
- value → double?
-
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
double value) → void -
inherited
-
setFromJson(
dynamic json) → bool -
Convert and set any json to
TIt doesn't crash if passed incorrect data type value If it fails to put value it returnsfalseoverride -
toJson(
) → dynamic -
Convert
Tto json compatibleoverride -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited