PreconditionFailed constructor

PreconditionFailed({
  1. String? message,
})

Implementation

PreconditionFailed({
  this.message,
});