BashCommandAssessment constructor

const BashCommandAssessment({
  1. required bool requiresApproval,
  2. required String? reason,
})

Implementation

const BashCommandAssessment({
  required this.requiresApproval,
  required this.reason,
});