Error constructor
Error([
- void b()?
Creates a new Error object using the builder pattern.
Implementation
factory Error([void Function(ErrorBuilder)? b]) = _$Error;
Creates a new Error object using the builder pattern.
factory Error([void Function(ErrorBuilder)? b]) = _$Error;