SignupUrl constructor

SignupUrl({
  1. String? name,
  2. String? url,
})

Implementation

SignupUrl({
  this.name,
  this.url,
});