AsyncFieldError constructor

AsyncFieldError(
  1. String message, [
  2. Object? id
])

Implementation

AsyncFieldError(this.message, [this.id]);