VideoSource class Null safety

List of existing Video Sources

Annotations

Constructors

VideoSource({required String token, required String frameRate, required Resolution resolution, Imaging? imaging})
VideoSource.fromJson(Map<String, dynamic> json)
factory

Properties

frameRate String
Frame rate in frames per second.
@JsonKey(name: 'Framerate', fromJson: OnvifUtil.mappedToString), final
hashCode int
The hash code for this object.
read-only, inherited
imaging → Imaging?
Optional configuration of the image sensor.
@JsonKey(name: 'Imaging'), final
resolution → Resolution
Horizontal and vertical resolution
@JsonKey(name: 'Resolution'), final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
token String
Unique identifier referencing the physical entity.
@JsonKey(name: '@token'), final

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