Uniris constructor Null safety

Uniris(
  1. {double? gbp}
)

Implementation

Uniris({
  this.gbp,
});