CuppsCommandResponse constructor

CuppsCommandResponse({
  1. required bool status,
  2. required String msg,
  3. String? rawXML,
})

Implementation

CuppsCommandResponse({required this.status, required this.msg, this.rawXML});