DeleteChannel constructor

DeleteChannel({
  1. required String id,
})

Implementation

DeleteChannel({
  required this.id,
});