ClassifierResult constructor

const ClassifierResult({
  1. required PermissionBehavior behavior,
  2. String? thinking,
})

Implementation

const ClassifierResult({required this.behavior, this.thinking});