GradientException constructor

const GradientException([
  1. String? message
])

Creates a GradientException object.

Implementation

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