menu
tiff package
documentation
tiff_io.dart
SystemMemoryInfo
SystemMemoryInfo.new const constructor
SystemMemoryInfo.new const constructor
dark_mode
light_mode
SystemMemoryInfo
constructor
const
SystemMemoryInfo
(
{
required
int
totalBytes
,
required
int
availableBytes
,
})
Implementation
const SystemMemoryInfo({ required this.totalBytes, required this.availableBytes, });
tiff package
documentation
tiff_io
SystemMemoryInfo
SystemMemoryInfo.new const constructor
SystemMemoryInfo class