GetDebugConfigResponse constructor

GetDebugConfigResponse({
  1. String? config,
})

Implementation

GetDebugConfigResponse({
  this.config,
});