TestConnectionAssignmentError constructor

TestConnectionAssignmentError({
  1. String? action,
  2. String? code,
  3. String? issue,
  4. String? message,
})

Implementation

TestConnectionAssignmentError({
  this.action,
  this.code,
  this.issue,
  this.message,
});