InferenceRule constructor
const
InferenceRule({})
Implementation
const InferenceRule({
required this.id,
required this.name,
required this.conditions,
required this.conclusion,
this.weight = 1.0,
}) : assert(weight >= 0.0 && weight <= 1.0);