behaviors property
The behaviors used to interpret moderation causes. Defaults to the official Bluesky moderation behaviors.
Implementation
String? get userDid; ModerationPrefs get prefs; Map<String, List<InterpretedLabelValueDefinition>> get labelDefs;/// The behaviors used to interpret moderation causes. Defaults to the
/// official Bluesky moderation behaviors.
ModerationBehaviors get behaviors;