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