StreamSettings class Null safety

Annotations

Constructors

StreamSettings({String? server, String? key, bool? useAuth, String? username, String? password})
StreamSettings.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
key String?
final
password String?
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
server String?
final
useAuth bool?
@JsonKey(name: 'use_auth'), final
username String?
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent 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