Datum constructor
Datum({
- int? id,
- String? name,
- String? status,
- dynamic connectionResponse,
- DateTime? channelUpdatedAt,
- int? statusCode,
- DatumSettings? settings,
- List? auth,
- int? connection,
- int? ordersSync,
- int? inventorySync,
- int? catalogSync,
- String? ordersSyncedOn,
- String? inventorySyncedOn,
- String? baseChannelCode,
- BaseChannel? baseChannel,
- String? catalogSyncedOn,
- String? orderStatusMapper,
- String? paymentStatusMapper,
- String? brandName,
- String? brandLogo,
- bool? allowMarkAsPaid,
- List? warehouseLocations,
- bool? skipUnpaidPrepaid,
- int? vendorId,
- List? b2BChannels,
Implementation
Datum({
this.id,
this.name,
this.status,
this.connectionResponse,
this.channelUpdatedAt,
this.statusCode,
this.settings,
this.auth,
this.connection,
this.ordersSync,
this.inventorySync,
this.catalogSync,
this.ordersSyncedOn,
this.inventorySyncedOn,
this.baseChannelCode,
this.baseChannel,
this.catalogSyncedOn,
this.orderStatusMapper,
this.paymentStatusMapper,
this.brandName,
this.brandLogo,
this.allowMarkAsPaid,
this.warehouseLocations,
this.skipUnpaidPrepaid,
this.vendorId,
this.b2BChannels,
});