BeamBridge class
Beam bridge device data
- Annotations
-
- @JsonSerializable.new()
Constructors
- BeamBridge({required String createdAt, required String description, required String hardwareId, required int id, required String kind, required String locationId, required BeamBridgeMetadata metadata, required int ownerId, required String role, required String updatedAt})
-
const
-
BeamBridge.fromJson(Map<
String, dynamic> json) -
factory
Properties
- createdAt → String
-
final
- description → String
-
final
- hardwareId → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int
-
final
- kind → String
-
final
- locationId → String
-
final
- metadata → BeamBridgeMetadata
-
final
- ownerId → int
-
final
- role → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- updatedAt → String
-
final
Methods
-
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.
inherited