BeaconRequest constructor

BeaconRequest({
  1. RequestType? type,
  2. Request? request,
  3. List<OperationDetails>? operationDetails,
})

Implementation

BeaconRequest({
  this.type,
  this.request,

  /// operation extra fields
  this.operationDetails,
});