ReplicationTaskStats constructor
ReplicationTaskStats({})
Implementation
ReplicationTaskStats({
this.elapsedTimeMillis,
this.freshStartDate,
this.fullLoadFinishDate,
this.fullLoadProgressPercent,
this.fullLoadStartDate,
this.startDate,
this.stopDate,
this.tablesErrored,
this.tablesLoaded,
this.tablesLoading,
this.tablesQueued,
});