UpdatePumpResponse constructor

UpdatePumpResponse({
  1. bool? status,
  2. String? message,
})

Implementation

UpdatePumpResponse({this.status, this.message});