DeleteLunaClientResponse constructor

DeleteLunaClientResponse({
  1. required String status,
})

Implementation

DeleteLunaClientResponse({
  required this.status,
});