PlanningCenterApiFile.fromJson constructor

PlanningCenterApiFile.fromJson(
  1. Map data
)

Implementation

PlanningCenterApiFile.fromJson(Map data) : super('File') {
  fromJson(data);
}