Settings class

Constructors

Settings.new({required String url, required Language language, Call? call, User? user, bool loggingEnabled = false, bool? mobileRequired})
const

Properties

call Call?
final
hashCode int
The hash code for this object.
no setterinherited
language Language
final
loggingEnabled bool
final
mobileRequired bool?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String
final
user User?
final

Methods

getUri() Uri
getUriParams() Map<String, String>
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.
inherited

Operators

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