BallException constructor

BallException(
  1. String typeName,
  2. Object? value
)

Implementation

BallException(this.typeName, this.value);