ObbyEventServerReply class

Inheritance

Constructors

ObbyEventServerReply({required Severity severity, required String command, required String code, required List<String> context, required String text})
const
ObbyEventServerReply.fromJson(Map<String, dynamic> json)
factory

Properties

code String
The machine-readable code, such as ACCOUNT_REQUIRED_TO_CONNECT.
final
command String
The command it concerns, or * when the server did not say.
final
context List<String>
Any further parameters the server gave, before the description.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severity Severity
How serious it is.
final
text String
The human-readable description.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
override
toString() String
A string representation of this object.
inherited

Operators

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