VLVRequestControl.assertionControl constructor

VLVRequestControl.assertionControl(
  1. String? assertionValue,
  2. int beforeCount,
  3. int afterCount, {
  4. String? contextId,
  5. dynamic critical = true,
})

Implementation

VLVRequestControl.assertionControl(
    this.assertionValue, this.beforeCount, this.afterCount,
    {this.contextId, critical = true}) {
  // todo: Sanity checking!!!
  isCritical = critical;
}