isCloudLinked property
bool
get
isCloudLinked
Implementation
bool get isCloudLinked =>
firmId.isNotEmpty &&
chainId.isNotEmpty &&
boutiqueId.isNotEmpty &&
deviceId.isNotEmpty;
bool get isCloudLinked =>
firmId.isNotEmpty &&
chainId.isNotEmpty &&
boutiqueId.isNotEmpty &&
deviceId.isNotEmpty;