mirror of
https://github.com/lollipopkit/flutter_server_box.git
synced 2025-12-17 07:14:28 +01:00
opt.: performance
This commit is contained in:
@@ -4,7 +4,7 @@ class Memory {
|
||||
final int cache;
|
||||
final int avail;
|
||||
|
||||
Memory({
|
||||
const Memory({
|
||||
required this.total,
|
||||
required this.free,
|
||||
required this.cache,
|
||||
@@ -80,7 +80,7 @@ class Swap {
|
||||
final int free;
|
||||
final int cached;
|
||||
|
||||
Swap({
|
||||
const Swap({
|
||||
required this.total,
|
||||
required this.free,
|
||||
required this.cached,
|
||||
|
||||
Reference in New Issue
Block a user