ParseBase class
- Implementers
Constructors
Properties
- className ↔ String
-
Deprecated
@Deprecated('Prefer to use parseClassName'), read / write
- createdAt → DateTime
-
Returns DateTime createdAt
read-only
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- objectId ↔ String
-
Returns String objectId
read / write
- parseClassName ↔ String
-
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- type ↔ Type
-
read / write
- updatedAt → DateTime
-
Returns DateTime updatedAt
read-only
Methods
-
clearUnsavedChanges(
) → void -
containsKey(
Object key) → bool -
containsValue(
Object value) → bool -
copy(
) → dynamic - Creates a copy of this class
-
fromJson(
Map< String, dynamic> objectData) → dynamic -
fromPin(
String objectId) → Future - Saves item to simple key pair value storage [...]
-
get<
T> (String key, {T defaultValue}) → T -
Gets type
T
from objectData [...] -
getACL(
) → ParseACL - Access the ParseACL governing this object.
-
getClassName(
) → String -
@Deprecated('Prefer to use parseClassName')
-
getObjectData(
) → Map< String, dynamic> -
@Deprecated('Prefer to use _getObjectData method, or operator [] for certain key.'), @protected
-
isDirty(
{String key}) → bool -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
pin(
) → Future< bool> - Saves item to simple key pair value storage [...]
-
saveInStorage(
String key) → Future< void> - Saves in storage
-
set<
T> (String key, T value, {bool forceUpdate = true}) → void -
Sets type
T
from objectData [...] -
setACL<
ParseACL> (ParseACL acl) → void -
Set the
ParseACL
governing this object. -
setClassName(
String className) → String -
@Deprecated('Prefer to use parseClassName')
-
setObjectData(
Map< String, dynamic> objectData) → void -
@Deprecated('Prefer to use _setObjectData method, or operator [] for certain key.'), @protected
-
toJson(
{bool full, bool forApiRQ = false, bool allowCustomObjectId = false}) → Map< String, dynamic> - Converts object to String in JSON format
-
toPointer(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object. [...]
override
-
unpin(
{String key}) → Future< bool> - Saves item to simple key pair value storage [...]
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
-
operator [](
Object key) → dynamic -
operator []=(
String key, dynamic value) → void