SyncStatus constructor

SyncStatus(
  1. int? id,
  2. String accountId,
  3. String type,
  4. String subjectId,
  5. String checkSum,
)

Implementation

SyncStatus(this.id, this.accountId, this.type, this.subjectId, this.checkSum);