EACart constructor Null safety
- {required String path}
Constructor sets the path property and scart flag
Implementation
EACart({required String path}) : super(path: path) {
payload[EAPropertyKey.CART_SCART] = 1;
}
Constructor sets the path property and scart flag
EACart({required String path}) : super(path: path) {
payload[EAPropertyKey.CART_SCART] = 1;
}