SystemInfoFetchData class

General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Inheritance
  • Object
  • JsonScheme
  • SystemInfoFetchData

Constructors

SystemInfoFetchData(Map rawData)
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer

Properties

arch ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
cpu ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
de ↔ Object?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
device_name ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
disk ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
executable_type ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
gpu ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
host ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
icons ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
kernel ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
network ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
os ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
platform_type ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
power ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
ram_available ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
ram_cached ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
ram_commited ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
ram_swap_total ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
ram_total ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
ram_usage ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
ram_usage_by_this_program ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
rawData ↔ Map
return original data json
getter/setter pairinherited
resolution ↔ Object?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
shell ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
special_type ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
swap_available ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
swap_cache ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
swap_total ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
terminal ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
theme ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
title ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
total_bandwith ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
total_bandwith_download ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
total_bandwith_upload ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
uptime ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
uptime_program ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
version ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
wm ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair
wm_theme ↔ String?
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
getter/setter pair

Methods

json_scheme_utils_checkDataIsSameBuilder({required bool onResult(Map rawData, Map defaultData)}) → bool
check value data whatever do yout want
json_scheme_utils_checkDataIsSameBySpecialType() → bool
check data if raw data
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() → Map
return original data json
inherited
toMap() → Map
return original data json
inherited
toString() → String
return string data encode json original data
inherited
toStringPretty() → String
return string data encode json original data
inherited
utils_filter_by_keys(List keys) → Map
return original data json
inherited
utils_remove_by_keys(List keys) → Map
return original data json
inherited
utils_remove_by_keys_void(List keys) → void
GeneralLib
inherited
utils_remove_by_values(List values) → Map
return original data json
inherited
utils_remove_by_values_void(List values) → void
return original data json
inherited
utils_remove_values_null() → Map
return original data json
inherited
utils_remove_values_null_void() → void
return original data json
inherited

Operators

operator *(dynamic value) → dynamic
operator map data
inherited
operator +(dynamic value) → Map
operator map data
inherited
operator -(dynamic value) → Map
return original data json
inherited
operator /(dynamic value) → dynamic
operator map data
inherited
operator ==(Object other) → bool
The equality operator.
inherited
operator [](dynamic key) → dynamic
operator map data
inherited
operator []=(dynamic key, dynamic value) → void
operator map data
inherited

Static Properties

defaultData → Map
return default data
no setter

Static Methods

create({bool schemeUtilsIsSetDefaultData = false, String special_type = "systemInfoFetchData", String? title, String? os, String? platform_type, String? arch, String? host, String? kernel, String? uptime, String? shell, Object? resolution, Object? de, String? wm, String? wm_theme, String? theme, String? icons, String? terminal, String? cpu, String? gpu, String? network, String? disk, String? power, String? ram_total, String? ram_available, String? ram_usage, String? ram_cached, String? swap_total, String? swap_available, String? swap_cache, String? ram_commited, String? ram_swap_total, String? version, String? device_name, String? total_bandwith_download, String? total_bandwith_upload, String? total_bandwith, String? ram_usage_by_this_program, String? executable_type, String? uptime_program}) → SystemInfoFetchData
General Library Documentation Undocument By General Corporation & Global Corporation & General Developer
override
empty() → SystemInfoFetchData
create SystemInfoFetchData Empty
override