Uniris constructor Null safety

Uniris(
  1. {double? chf}
)

Implementation

Uniris({
  this.chf,
});