GenericEmptyData constructor

const GenericEmptyData({
  1. required String item,
  2. String? customMessage,
})

Implementation

const GenericEmptyData({required this.item, this.customMessage});