RuntimeException constructor

const RuntimeException(
  1. String cause
)

Implementation

const RuntimeException(this.cause);