ClientOptions class

options for the main client

Constructors

ClientOptions({bool log = true, required DeviceAuth deviceAuth, String userAgent = "Fortnite/++Fortnite+Release-18.21-CL-17811397 Android/11", Level logLevel = Level.ALL})
client options object
ClientOptions.fromJson(Map<String, dynamic> json)
client options from json method
factory

Properties

deviceAuth DeviceAuth
device auth
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
log bool
should log
getter/setter pair
logLevel Level
log level
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userAgent String
user agent to use
getter/setter pair

Methods

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

Operators

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