ElectricCurrentOps
extensionElectricCurrentOpsonnum
Extension methods for constructing ElectricCurrent values from num.
Properties
amperes extension no setter
ElectricCurrentgetamperes
Creates an ElectricCurrent of this value in amperes.
Available on num, provided by the ElectricCurrentOps extension
Implementation
dart
ElectricCurrent get amperes => ElectricCurrent.amperes(this);deciamperes extension no setter
ElectricCurrentgetdeciamperes
Creates an ElectricCurrent of this value in deciamperes.
Available on num, provided by the ElectricCurrentOps extension
Implementation
dart
ElectricCurrent get deciamperes => ElectricCurrent.deciamperes(this);kiloamperes extension no setter
ElectricCurrentgetkiloamperes
Creates an ElectricCurrent of this value in kiloamperes.
Available on num, provided by the ElectricCurrentOps extension
Implementation
dart
ElectricCurrent get kiloamperes => ElectricCurrent.kiloamperes(this);microamperes extension no setter
ElectricCurrentgetmicroamperes
Creates an ElectricCurrent of this value in microamperes.
Available on num, provided by the ElectricCurrentOps extension
Implementation
dart
ElectricCurrent get microamperes => ElectricCurrent.microamperes(this);milliamperes extension no setter
ElectricCurrentgetmilliamperes
Creates an ElectricCurrent of this value in milliamperes.
Available on num, provided by the ElectricCurrentOps extension
Implementation
dart
ElectricCurrent get milliamperes => ElectricCurrent.milliamperes(this);