InputShowStateChanged class

An input's show state has changed.

When an input is showing, it means it's being shown by the preview or a dialog.

Complexity Rating: 3/5 Latest Supported RPC Version: 1 Added in v5.0.0

Annotations
  • @JsonSerializable.new()

Constructors

InputShowStateChanged({required String inputName, required String inputUuid, required bool videoShowing})
InputShowStateChanged.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
inputName String
Name of the input
final
inputUuid String
UUID of the input
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
videoShowing bool
Whether the input is showing
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