ZebraDevice class

Constructors

ZebraDevice({required String address, required String name, required bool isWifi, bool connected = false, Color color = const Color.fromARGB(255, 255, 0, 0), String? status})
ZebraDevice.empty()
factory
ZebraDevice.fromJson(Map<String, dynamic> json)
factory

Properties

address String
final
color Color
final
connected bool
final
hashCode int
The hash code for this object.
no setteroverride
isWifi bool
final
name String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
final

Methods

copyWith({String? ipAddress, String? name, bool? connected, bool? isWifi, String? status, Color? color}) ZebraDevice
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
override