Company constructor

Company({
  1. String? name,
  2. String? slug,
  3. Api? api,
  4. bool? deleted,
  5. String? id,
})

Implementation

Company({this.name, this.logo, this.slug, this.api, this.deleted, this.id});