menu
smart_device_core package
documentation
models/device/device_attributes_bean.dart
SDCard
SDCard.new constructor
SDCard.new constructor
dark_mode
light_mode
SDCard
constructor
SDCard
(
{
int
?
formatStatus
=
0
,
int
?
total
=
0
,
int
?
used
=
0
,
int
?
free
=
0
,
})
Implementation
SDCard({ this.formatStatus = 0, this.total = 0, this.used = 0, this.free = 0, });
smart_device_core package
documentation
models/device/device_attributes_bean
SDCard
SDCard.new constructor
SDCard class