Brand constructor

Brand({
  1. required String? sId,
  2. required String? brandName,
  3. required String? sTypename,
})

Implementation

Brand({required this.sId, required this.brandName, required this.sTypename});