initialized property
bool
get
initialized
Has the device info been initialized?
Implementation
bool get initialized => deviceData.isNotEmpty;
Has the device info been initialized?
bool get initialized => deviceData.isNotEmpty;