LLMRule class

Annotations
  • @freezed
  • @immutable
  • @JsonSerializable()

Constructors

LLMRule.new({required LLMRuleAction action, required String description, required String label, required List<BodyguardSeverityRule> severityRules})
const

Properties

action LLMRuleAction
final
copyWith → $LLMRuleCopyWith<LLMRule>
Create a copy of LLMRule with the given fields replaced by the non-null parameter values.
no setterinherited
description String
final
hashCode int
The hash code for this object.
no setterinherited
label String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
severityRules List<BodyguardSeverityRule>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

fromJson(Map<String, dynamic> json) LLMRule