Error constructor

Error({
  1. int? pointCount,
  2. Status? status,
})

Implementation

Error({this.pointCount, this.status});