AbortInfo constructor

AbortInfo({
  1. String? cause,
  2. String? ipAddress,
  3. List<String>? projectsMissingPermission,
  4. String? resourceUri,
})

Implementation

AbortInfo({
  this.cause,
  this.ipAddress,
  this.projectsMissingPermission,
  this.resourceUri,
});