ZebraDevice class
Constructors
- ZebraDevice({required String address, required String name, required bool isWifi, required String status, bool isConnected = false, Color color = const Color.fromARGB(255, 255, 0, 0)})
- ZebraDevice.empty()
-
factory
-
ZebraDevice.fromJson(Map<
String, dynamic> json) -
factory
Properties
Methods
-
copyWith(
{String? ipAddress, String? name, bool? isWifi, String? status, bool? isConnected, 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