CustomFormatException constructor

CustomFormatException({
  1. required String message,
})

Implementation

CustomFormatException({required this.message});