Brand constructor

Brand({
  1. required String? brandName,
})

Implementation

Brand({required this.brandName});