UcumException constructor

UcumException([
  1. String message = '',
  2. Exception? cause
])

Implementation

UcumException([this.message = '', this.cause]);