Society constructor

Society({
  1. String? url,
  2. String? organization,
})

Implementation

Society({
  this.url,
  this.organization,
});