CloneException constructor

const CloneException(
  1. String message
)

Implementation

const CloneException(this.message);