InvalidSecondException constructor

const InvalidSecondException([
  1. String? message
])

Creates a InvalidSecondException object.

Implementation

const InvalidSecondException([super.message]);