BinarySize class

Constructors

BinarySize()

Properties

bytesCount int
getter/setter pair
displayText String
no setter
hashCode int
The hash code for this object.
no setterinherited
isInIecBase bool
getter/setter pair
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 *(BinarySize other) BinarySize
operator +(BinarySize other) BinarySize
operator -(BinarySize other) BinarySize
operator /(BinarySize other) double
operator <(BinarySize other) bool
operator <=(BinarySize other) bool
operator ==(Object other) bool
The equality operator.
inherited
operator >(BinarySize other) bool
operator >=(BinarySize other) bool

Static Methods

parse(String size) BinarySize?