UnsupportedError constructor

UnsupportedError(String message)

Implementation

@pragma("vm:entry-point")
UnsupportedError(this.message);