ThirdPartyGarageDoorOpener class

Third party garage door opener

Annotations
  • @JsonSerializable.new()

Constructors

ThirdPartyGarageDoorOpener({required int id, required String kind, required String description, required String locationId, required int ownerId, required String hardwareId, required String createdAt, required String updatedAt, required String role, required ThirdPartyGdoMetadata metadata, required dynamic ringNetId, required bool isSidewalkGateway})
const
ThirdPartyGarageDoorOpener.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
isSidewalkGateway bool
final
kind String
final
locationId String
final
metadata ThirdPartyGdoMetadata
final
ownerId int
final
ringNetId → dynamic
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