IgnoreResult constructor

const IgnoreResult(
  1. bool shouldIgnore,
  2. String? reason
)

Implementation

const IgnoreResult(this.shouldIgnore, this.reason);