InvalidNameException constructor

const InvalidNameException([
  1. String? message
])

Creates a InvalidNameException object.

Implementation

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