BackupScheduleShowStructuredUi constructor

const BackupScheduleShowStructuredUi({
  1. required OutputFormatter<Map<String, Object?>, String> formatter,
})

Implementation

const BackupScheduleShowStructuredUi({required this.formatter});