PlanningCenterApiMeta class Null safety
holds metadata for API requests
Constructors
- PlanningCenterApiMeta()
-
PlanningCenterApiMeta.fromJson(Map<
String, dynamic> data)
Properties
-
canOrderBy
→ List<
String> ? -
read-only
-
canQueryBy
→ List<
String> ? -
read-only
- count → int
-
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- nextOffset → int?
-
read-only
-
parent
→ Map<
String, dynamic> ? -
read-only
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- totalCount → int
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → Map -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited