AreaValues class Null safety
Constructors
- AreaValues({required Area from, required double number})
-
const
Properties
- from → Area
-
final
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- number → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- toAcre → double
-
read-only
- toHectare → double
-
read-only
- toSquareFoot → double
-
read-only
- toSquareInch → double
-
read-only
- toSquareKilometre → double
-
read-only
- toSquareMetre → double
-
read-only
- toSquareMile → double
-
read-only
- toSquareYard → double
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
to(
Area to) → double -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited