VideoSources class Null safety
List of existing Video Sources
- Annotations
- @JsonSerializable(explicitToJson: true)
Constructors
- VideoSources({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.
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- 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
- xmlFrameRate → dynamic
-
@JsonKey(name: 'Framerate'), 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