PlanningCenterApiError.messageOnly constructor

PlanningCenterApiError.messageOnly(
  1. String message
)

Implementation

PlanningCenterApiError.messageOnly(this.message)
    : super(
        '',
        PlanningCenterApiQuery(),
        Uri(),
        '',
        0,
        '',
        [],
        PlanningCenterApiMeta.fromJson({}),
        {},
        [],
      );