PlanningCenterApiData class

simple wrapper for JSON:API data that doesn't make sense as a full PcoResource

Implementers

Constructors

PlanningCenterApiData(String type, {String? id, Map<String, dynamic> attributes = const {}, Map<String, dynamic> relationships = const {}, Map<String, dynamic> links = const {}})
PlanningCenterApiData.fromJson(Map<String, dynamic> data)

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
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

get(String key) → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
set(String key, dynamic val) → void
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited