pos changes
This commit is contained in:
@@ -178,6 +178,7 @@ class SyncRepositoryImpl implements SyncRepository {
|
||||
createdAt:
|
||||
DateTime.fromMillisecondsSinceEpoch(r['created_at']! as int),
|
||||
isSynced: (r['sync_status']! as int) == OrderDao.synced,
|
||||
itemCount: (r['item_count'] as num?)?.toDouble() ?? 0,
|
||||
syncedAt: r['synced_at'] == null
|
||||
? null
|
||||
: DateTime.fromMillisecondsSinceEpoch(r['synced_at']! as int),
|
||||
|
||||
Reference in New Issue
Block a user