DeveloperDetails constructor

const DeveloperDetails({
  1. String? vcsLink,
  2. String? website,
  3. String? twitter,
})

Implementation

const DeveloperDetails({
  this.vcsLink,
  this.website,
  this.twitter,
});