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