$Precondition constructor

$Precondition({
  1. bool? exists,
  2. String? updateTime,
})

Implementation

$Precondition({
  this.exists,
  this.updateTime,
});