SyncStatus.create constructor
SyncStatus.create({})
Implementation
SyncStatus.create(
{required this.accountId,
required this.type,
required this.subjectId,
required this.checkSum})
: this.id = null;