SyncPoint constructor

const SyncPoint({
  1. required String scopeName,
  2. required String scopeKeys,
  3. required String lastServerTs,
})

Implementation

const SyncPoint({
  required this.scopeName,
  required this.scopeKeys,
  required this.lastServerTs,
});