AbortError constructor

AbortError([
  1. String message = 'Aborted'
])

Implementation

AbortError([this.message = 'Aborted']);