Capabilities class Null safety

Capability information.

Annotations

Constructors

Capabilities({Analytics? analytics, Device? device, Media? media, Events? events, Ptz? ptz})
Capabilities.fromJson(Map<String, dynamic> json)
factory

Properties

analytics → Analytics?
Analytics capabilities
@JsonKey(name: 'Analytics'), final
device → Device?
Device capabilities
@JsonKey(name: 'Device'), final
events → Events?
Event capabilities
@JsonKey(name: 'Events'), final
hashCode int
The hash code for this object.
read-only, inherited
media → Media?
Media capabilities
@JsonKey(name: 'Media'), final
ptz → Ptz?
PTZ capabilities
@JsonKey(name: 'PTZ'), final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited