Data constructor Null safety

Data(
  1. {SharedSecrets? sharedSecrets}
)

Implementation

Data({
  this.sharedSecrets,
});