Error constructor

Error([
  1. void b(
    1. ErrorBuilder
    )?
])

Creates a new Error object using the builder pattern.

Implementation

factory Error([void Function(ErrorBuilder)? b]) = _$Error;