VerificationResult constructor

const VerificationResult(
  1. bool success,
  2. String? message
)

Used internally by drift

Implementation

const VerificationResult(this.success, this.message);