Store constructor
Store({})
Implementation
Store({
this.createdDate,
this.lastModifiedDate,
this.id,
this.name,
this.description,
this.openTime,
this.closingTime,
this.emailId,
this.contactNumber,
this.status,
this.address,
});