Branding constructor

Branding({
  1. required String name,
  2. required String packageName,
})

Implementation

Branding({
  required this.name,
  required this.appLogo,
  required this.packageName,
});