StockDeliveryHistoryModel constructor
StockDeliveryHistoryModel({
- String? message,
- bool? status,
- StockDeliveryHistoryData? data,
- String? linkId,
- List<
ErrorModel> ? errors,
Implementation
StockDeliveryHistoryModel(
{this.message, this.status, this.data, this.linkId, this.errors});