menu
flutternativedata package
documentation
entities/fn_memory_info.dart
FNMemoryInfo
FNMemoryInfo constructor
FNMemoryInfo constructor
dark_mode
light_mode
FNMemoryInfo
constructor
FNMemoryInfo
(
{
int
?
totalMemory
,
int
?
availableMemory
,
int
?
usedMemory
,
})
Implementation
FNMemoryInfo({ this.totalMemory, this.availableMemory, this.usedMemory, });
flutternativedata package
documentation
entities/fn_memory_info
FNMemoryInfo
FNMemoryInfo constructor
FNMemoryInfo class