RuleBuilderCondition class
- Annotations
-
- @freezed
- @immutable
- @JsonSerializable.new()
Constructors
- RuleBuilderCondition({double? confidence, ContentCountRuleParameters? contentCountRuleParams, FlagCountRuleParameters? contentFlagCountRuleParams, ImageContentParameters? imageContentParams, ImageRuleParameters? imageRuleParams, TextContentParameters? textContentParams, TextRuleParameters? textRuleParams, String? type, UserCreatedWithinParameters? userCreatedWithinParams, UserCustomPropertyParameters? userCustomPropertyParams, FlagCountRuleParameters? userFlagCountRuleParams, UserRuleParameters? userRuleParams, VideoContentParameters? videoContentParams, VideoRuleParameters? videoRuleParams})
-
const
Properties
- confidence → double?
-
final
- contentCountRuleParams → ContentCountRuleParameters?
-
final
- contentFlagCountRuleParams → FlagCountRuleParameters?
-
final
-
copyWith
→ $RuleBuilderConditionCopyWith<
RuleBuilderCondition> -
Create a copy of RuleBuilderCondition
with the given fields replaced by the non-null parameter values.
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- imageContentParams → ImageContentParameters?
-
final
- imageRuleParams → ImageRuleParameters?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textContentParams → TextContentParameters?
-
final
- textRuleParams → TextRuleParameters?
-
final
- type → String?
-
final
- userCreatedWithinParams → UserCreatedWithinParameters?
-
final
- userCustomPropertyParams → UserCustomPropertyParameters?
-
final
- userFlagCountRuleParams → FlagCountRuleParameters?
-
final
- userRuleParams → UserRuleParameters?
-
final
- videoContentParams → VideoContentParameters?
-
final
- videoRuleParams → VideoRuleParameters?
-
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) → RuleBuilderCondition