BaseResponse class Null safety
response to the low-level ObsWebSocket.command
Constructors
-
BaseResponse({String? error, String? messageId, String? rawStatus, required Map<
String, dynamic> rawResponse}) -
BaseResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- error → String?
-
final
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- messageId → String?
-
final
-
rawResponse
→ Map<
String, dynamic> -
final
- rawStatus → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- status → bool
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toString(
) → String -
A string representation of this object. [...]
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited