ParseSchema class

The ParseSchema is a representation of ParseObject schema that can be retrieved from the Parse cloud.

Constructors

ParseSchema({required String className})
Constructs a new schema using className
ParseSchema.fromJson(dynamic map)
Constructs a new schema using Map data from Parse Cloud

Properties

asMap → dynamic
no setter
classLevelPermissions Map<String, dynamic>
The map of classLevelPermissions
final
className String
The className of schema
final
fields Map<String, SchemaType>?
The map of fields
final
hashCode int
The hash code for this object.
no setteroverride
indexes Map<String, dynamic>
The map of indexes
final
path String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fetch() Future<ParseSchema?>
Fetch schema data from Parse Cloud
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.
override

Static Methods

fetchAll() Future<List<ParseSchema>?>
Fetch all schemas data from Parse Cloud