AreaValues class

Constructors

AreaValues({required Area from, required double number})
const

Properties

from Area
final
hashCode int
The hash code for this object.
no setterinherited
number double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toAcre double
no setter
toHectare double
no setter
toSquareFoot double
no setter
toSquareInch double
no setter
toSquareKilometre double
no setter
toSquareMetre double
no setter
toSquareMile double
no setter
toSquareYard double
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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