ColdStartMetrics constructor
const
ColdStartMetrics({})
Implementation
const ColdStartMetrics({
required this.startTime,
this.endTime,
this.entitiesSynced = 0,
this.bytesTransferred = 0,
this.duration,
this.completed = false,
this.failureReason,
});