GetComponentResponse constructor

GetComponentResponse({
  1. Component? component,
  2. String? requestId,
})

Implementation

GetComponentResponse({
  this.component,
  this.requestId,
});