VersionResponse class

Annotations
  • @JsonSerializable.new()

Constructors

VersionResponse({required String obsVersion, required String obsWebSocketVersion, required int rpcVersion, required List<String> availableRequests, required List<String> supportedImageFormats, required String platform, required String platformDescription})
VersionResponse.fromJson(Map<String, dynamic> json)
factory

Properties

availableRequests → List<String>
final
hashCode → int
The hash code for this object.
no setterinherited
obsVersion → String
final
obsWebSocketVersion → String
final
platform → String
final
platformDescription → String
final
rpcVersion → int
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
supportedImageFormats → List<String>
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