StockGrn constructor

const StockGrn({
  1. Key? key,
  2. required String partnerId,
  3. required String locale,
})

Implementation

const StockGrn({
  super.key,
  required this.partnerId,
  required this.locale,
});