SharedSecretsResponse constructor Null safety

SharedSecretsResponse(
  1. {Data? data}
)

Implementation

SharedSecretsResponse({
    this.data,
});