Master constructor

Master({
  1. String? companyLogoFull,
})

Implementation

Master({
    this.companyLogo,
    this.companyLogoFull,});