PlanningCenterApiData class
simple wrapper for JSON:API data that doesn't make sense as a full PcoResource
- Implementers
Constructors
Properties
-
asFullMap
→ Map<
String, dynamic> -
no setter
-
asFullMapWithData
→ Map<
String, dynamic> -
no setter
-
asMap
→ Map<
String, dynamic> -
no setter
-
asMapWithData
→ Map<
String, dynamic> -
no setter
-
attributes
→ Map<
String, dynamic> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
getter/setter pair
-
links
→ Map<
String, dynamic> -
final
-
relationships
→ Map<
String, dynamic> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ String
-
getter/setter pair
Methods
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited