HandRangeParseFailureException constructor

HandRangeParseFailureException({
  1. required String whole,
  2. String? part,
})

Implementation

HandRangeParseFailureException({required this.whole, this.part});