PlanningCenterApiData constructor

PlanningCenterApiData(
  1. String type, {
  2. String? id,
  3. Map<String, dynamic> attributes = const {},
  4. Map<String, dynamic> relationships = const {},
  5. Map<String, dynamic> links = const {},
})

Implementation

PlanningCenterApiData(
  this.type, {
  this.id,
  this.attributes = const {},
  this.relationships = const {},
  this.links = const {},
});