ElectricCurrentOps
extension ElectricCurrentOps on numExtension methods for constructing ElectricCurrent values from num.
Properties
amperes extension no setter
ElectricCurrent get amperesCreates 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
ElectricCurrent get deciamperesCreates 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
ElectricCurrent get kiloamperesCreates 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
ElectricCurrent get microamperesCreates 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
ElectricCurrent get milliamperesCreates an ElectricCurrent of this value in milliamperes.
Available on num, provided by the ElectricCurrentOps extension
Implementation
dart
ElectricCurrent get milliamperes => ElectricCurrent.milliamperes(this);