Uniris constructor Null safety

Uniris(
  1. {double? twd}
)

Implementation

Uniris({
  this.twd,
});