Error constructor

Error({
  1. List<Errors> errors = const [],
})

Implementation

Error({this.errors = const []}) : super(fullyQualifiedName);