$RuntimeRequest constructor

$RuntimeRequest({
  1. String? requestId,
})

Implementation

$RuntimeRequest({
  this.requestId,
});