NumberEndingWithSeparatorError constructor

const NumberEndingWithSeparatorError({
  1. required int offset,
})

Implementation

const NumberEndingWithSeparatorError({required this.offset});