SourceActiveResponse class

videoActive Whether the source is showing in Program videoShowing Whether the source is showing in the UI (Preview, Projector, Properties)

Annotations
  • @JsonSerializable()

Constructors

SourceActiveResponse({required bool videoActive, required bool videoShowing})
SourceActiveResponse.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoActive bool
Whether the source is showing in Program
final
videoShowing bool
Whether the source is showing in the UI (Preview, Projector, Properties)
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.
override

Operators

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