ParseConfiguration class

The ParseConfiguration class contains variable that handle global configuration for the Parse library.

Constructors

ParseConfiguration({required String server, required String applicationId, String? liveQueryServer, String? clientKey, String? masterKey, bool enableLogging = false, BaseClient? httpClient, Compute? compute})

Properties

applicationId String
The application ID of Parse Server
final
clientKey String?
The client key of Parse Server
final
compute Compute?
Spawn an isolate, run function on that isolate, passing it message, and (eventually) return the value returned by callback.
final
enableLogging bool
Enable show every request sent to Parse Server into CURL format
final
hashCode int
The hash code for this object.
no setterinherited
httpClient → BaseClient?
Add your custom BaseClient class to intercept Parse request here.
final
liveQueryServer String?
The live query server
final
masterKey String?
The master key of Parse Server
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uri Uri
The Uri object parsed from server
final

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