AreaUnits class

Provides convenience sets of commonly used AreaUnits.

Constructors

AreaUnits()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

all → const Set<AreaUnit>
Contains all defined AreaUnits.
commonImperial → const Set<AreaUnit>
Contains commonly used imperial AreaUnits.
commonSi → const Set<AreaUnit>
Contains commonly used International System of Units (SI) AreaUnits.
imperial → const Set<AreaUnit>
Contains imperial AreaUnits.
si → const Set<AreaUnit>
Contains International System of Units (SI) AreaUnits.