CameraEvent class

Camera event structure

Annotations
  • @JsonSerializable.new()

Constructors

CameraEvent({required String createdAt, CvProperties? cvProperties, required int dingId, required String dingIdStr, required int doorbotId, required bool favorite, required DingKind kind, required bool recorded, String? recordingStatus, String? state})
const
CameraEvent.fromJson(Map<String, dynamic> json)
factory

Properties

createdAt String
final
cvProperties CvProperties?
final
dingId int
final
dingIdStr String
final
doorbotId int
final
favorite bool
final
hashCode int
The hash code for this object.
no setterinherited
kind DingKind
final
recorded bool
final
recordingStatus String?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state 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