ErrorInfo constructor

ErrorInfo({
  1. String reason = '',
  2. String domain = '',
  3. Map<String, String> metadata = const {},
})

Implementation

ErrorInfo({this.reason = '', this.domain = '', this.metadata = const {}})
  : super(fullyQualifiedName);