DeepLink constructor

const DeepLink({
  1. String? link,
  2. String? appleTeamID,
})

Implementation

const DeepLink({
  this.link,
  this.appleTeamID,
});