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
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