Device class
- Available extensions
- Annotations
-
- @JsonSerializable.new(explicitToJson: true)
Constructors
Properties
- $id → String
-
final
- cby → String?
-
final
- cstamp → int?
-
final
- description → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- icon → String?
-
final
- id → String?
-
final
-
images
→ List<
String> ? -
final
- logo → String?
-
final
- modelId → String
-
final
- name → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
final
- uby → String?
-
final
- ustamp → int?
-
final
Methods
-
copyWith(
{String? modelId, List< String> ? tags, String? id, String? $id, int? cstamp, String? cby, String? uby, int? ustamp, String? name, String? icon, String? description, String? logo, List<String> ? images}) → Device -
Available on Device, provided by the $DeviceExtension extension
-
copyWithWrapped(
{Wrapped< String> ? modelId, Wrapped<List< ? tags, Wrapped<String> ?>String?> ? id, Wrapped<String> ? $id, Wrapped<int?> ? cstamp, Wrapped<String?> ? cby, Wrapped<String?> ? uby, Wrapped<int?> ? ustamp, Wrapped<String> ? name, Wrapped<String?> ? icon, Wrapped<String?> ? description, Wrapped<String?> ? logo, Wrapped<List< ? images}) → DeviceString> ?> -
Available on Device, provided by the $DeviceExtension extension
-
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.
override
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
override
Constants
-
fromJsonFactory
→ const Device Function(Map<
String, dynamic> json) -
toJsonFactory
→ const Map<
String, dynamic> Function(Device instance)