ctx property

RuleContext? ctx
final

Gets the RuleContext at the time this exception was thrown.

If the context is not available, this method returns null.

@return The RuleContext at the time this exception was thrown. If the context is not available, this method returns null.

Implementation

final RuleContext? ctx;