menu
storage_capacity package
documentation
storage_capacity
StorageCapacity
toGigaBytes static method
toGigaBytes
brightness_4
toGigaBytes
static method
String
toGigaBytes
(
double
value
)
Implementation
static String toGigaBytes(double value) { return (value / 1000000000).toStringAsFixed(2); }
storage_capacity package
documentation
storage_capacity
StorageCapacity
toGigaBytes static method
StorageCapacity class
Constructors
StorageCapacity
Properties
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
Static properties
getFreeSpace
getOccupiedSpace
getTotalSpace
platformVersion
Static methods
searchCapacity
toGigaBytes
toMegaBytes