VideoSources class

List of existing Video Sources

Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

VideoSources.new({required String token, required dynamic xmlFrameRate, required Resolution resolution})
VideoSources.fromJson(Map<String, dynamic> json)
factory

Properties

frameRate String
Frame rate in frames per second.
no setter
hashCode int
The hash code for this object.
no setterinherited
resolution Resolution
Horizontal and vertical resolution
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
Unique identifier referencing the physical entity.
final
xmlFrameRate → dynamic
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