Errors constructor
Errors({
- String? code,
- List<
ErrorDetails> errorDetails = const [], - String? location,
- String? message,
Implementation
Errors({this.code, this.errorDetails = const [], this.location, this.message})
: super(fullyQualifiedName);