Unsupported constructor

Unsupported([
  1. String? message,
  2. List<String> sources = const []
])

Implementation

Unsupported([String? message, List<String> sources = const[]])
    : super._(ErrorCode.unsupported, message, sources);