UnsupportedError 构造函数

UnsupportedError(
  1. String message
)

实现

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