CloudDbBackupListCommand constructor

CloudDbBackupListCommand({
  1. required CommandLogger logger,
})

Implementation

CloudDbBackupListCommand({required super.logger})
  : super(options: DbBackupListOption.values);