StateError constructor

StateError(
  1. String message
)

Implementation

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