Precondition constructor
Precondition({
- bool? exists,
- Timestamp? updateTime,
Implementation
Precondition({this.exists, this.updateTime}) : super(fullyQualifiedName);
Precondition({this.exists, this.updateTime}) : super(fullyQualifiedName);