$Attribution constructor Null safety

$Attribution(
  1. {int? numIntegralSteps}
)

Implementation

$Attribution({
  this.numIntegralSteps,
});