Input$FileDeletion constructor

Input$FileDeletion({
  1. required String path,
})

Implementation

Input$FileDeletion({required this.path});