StoreCodeSetWithMov constructor

StoreCodeSetWithMov({
  1. List<String>? storeCodes,
  2. Price? value,
})

Implementation

StoreCodeSetWithMov({this.storeCodes, this.value});