CallBackend constructor

CallBackend({
  1. required String type,
})

Implementation

CallBackend({
  required this.type,
});