Uniris constructor Null safety

Uniris(
  1. {double? cad}
)

Implementation

Uniris({
  this.cad,
});