constraint: share_plus 6.3.2

This commit is contained in:
lollipopkit
2023-05-08 17:43:25 +08:00
parent 6a4d4f9bca
commit 3f9f589178
7 changed files with 15 additions and 51 deletions

View File

@@ -53,22 +53,7 @@ class CpuStatus {
double get idle => 100 - usedPercent();
}
///
/// Code generated by jsonToDartModel https://ashamp.github.io/jsonToDartModel/
///
class OneTimeCpuStatus {
/*
{
"user": 0,
"sys": 0,
"nice": 0,
"idel": 0,
"wa": 0,
"hi": 0,
"si": 0,
"st": 0
}
*/
late String id;
late int user;
late int sys;