Uniris constructor Null safety

Uniris(
  1. {double? php}
)

Implementation

Uniris({
  this.php,
});