AdditionalData constructor

const AdditionalData({
  1. required String storeId,
})

Implementation

const AdditionalData({required this.storeId});