StateError constructor Null safety

StateError(
  1. String message
)

Implementation

StateError(this.message);