ParseCoreData class

Singleton class that defines all user keys and data

Constructors

ParseCoreData()
factory

Properties

applicationId String
getter/setter pair
appName String?
getter/setter pair
appPackageName String?
getter/setter pair
appResumedStream Stream<void>?
getter/setter pair
appVersion String?
getter/setter pair
autoSendSessionId bool
getter/setter pair
clientCreator ParseClientCreator
getter/setter pair
clientKey String?
getter/setter pair
connectivityProvider ParseConnectivityProvider?
getter/setter pair
debug bool
getter/setter pair
fileDirectory String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
liveListRetryIntervals List<int>
getter/setter pair
liveQueryURL String?
getter/setter pair
locale String?
getter/setter pair
masterKey String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
securityContext SecurityContext?
getter/setter pair
serverUrl String
getter/setter pair
sessionId String?
getter/setter pair
storage CoreStore
getter/setter pair

Methods

createFile({String? url, String? name}) ParseFileBase
createObject(String classname) ParseObject
createParseUser(String? username, String? password, String? emailAddress, {String? sessionToken, bool? debug, ParseClient? client}) ParseUser
getStore() CoreStore
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerFileSubClass(ParseFileConstructor parseFileConstructor) → void
registerSubClass(String className, ParseObjectConstructor objectConstructor) → void
registerUserSubClass(ParseUserConstructor parseUserConstructor) → void
setSessionId(String sessionId) → void
Sets the current sessionId.
toString() String
A string representation of this object.
override

Operators

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

Static Properties

instance ParseCoreData
no setter

Static Methods

init(String appId, String serverUrl, {required bool debug, String? appName, String? appVersion, String? appPackageName, String? locale, String? liveQueryUrl, String? masterKey, String? clientKey, String? sessionId, required bool autoSendSessionId, SecurityContext? securityContext, CoreStore? store, Map<String, ParseObjectConstructor>? registeredSubClassMap, ParseUserConstructor? parseUserConstructor, ParseFileConstructor? parseFileConstructor, List<int>? liveListRetryIntervals, ParseConnectivityProvider? connectivityProvider, String? fileDirectory, Stream<void>? appResumedStream, ParseClientCreator? clientCreator}) Future<void>
Creates an instance of Parse Server