CheckedTime constructor

CheckedTime({
  1. int? userId,
  2. int? appId,
  3. String? now,
  4. int? timestamp,
})

Implementation

CheckedTime({this.userId, this.appId, this.now, this.timestamp});