Uniris constructor Null safety

Uniris(
  1. {double? btc}
)

Implementation

Uniris({
  this.btc,
});