StateError构造函数

StateError(
  1. String message
)

实现

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