Store constructor
Store({
- String? createdByUserName,
- String? updatedByUserName,
- String? createdBy,
- String? createdDate,
- String? updatedBy,
- String? updatedDate,
- int? id,
- String? ownerId,
- String? description,
- Address? address,
- String? openingTime,
- String? closingTime,
- String? emailId,
- String? contactNumber,
- String? hasStoreInventory,
- int? defaultAmount,
- Status? status,
- String? name,
- bool? archived,
- String? location,
- String? createdByName,
- String? updatedByName,
- String? agentOwnerId,
- List<
Denominations> ? denominations, - String? glCode,
- Department? department,
- String? satchelNumber,
- List<
String> ? satchelNumbers, - bool? activeStoreForUser,
- List<
SatchelInfoList> ? satchelInfoList,
Implementation
Store(
{this.createdByUserName, this.updatedByUserName, this.createdBy, this.createdDate, this.updatedBy, this.updatedDate, this.id, this.ownerId, this.description, this.address, this.openingTime, this.closingTime, this.emailId, this.contactNumber, this.hasStoreInventory, this.defaultAmount, this.status, this.name, this.archived, this.location, this.createdByName, this.updatedByName, this.agentOwnerId, this.denominations, this.glCode, this.department, this.satchelNumber, this.satchelNumbers, this.activeStoreForUser, this.satchelInfoList});