Error constructor

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

Implementation

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