PercentageException constructor

const PercentageException([
  1. String? message
])

Creates a PercentageException object.

Implementation

const PercentageException([this.message]) : value = null;