com_atproto_label_defs library

Classes

Label
Metadata tag on an atproto resource (eg, repo or record).
LabelConverter
LabelValueDefinition
Declares a label value and its expected interpretations and behaviors.
LabelValueDefinitionConverter
LabelValueDefinitionStrings
Strings which describe the label in the UI, localized into a specific language.
LabelValueDefinitionStringsConverter
SelfLabel
Metadata tag on an atproto record, published by the author within the record. Note that schemas should use #selfLabels, not #selfLabel.
SelfLabelConverter
SelfLabels
Metadata tags on an atproto record, published by the author within the record.
SelfLabelsConverter
ULabelValue
Overview
ULabelValueConverter
ULabelValueDefinitionBlur
Overview
ULabelValueDefinitionBlurConverter
ULabelValueDefinitionBlurKnownValue
ULabelValueDefinitionBlurUnknownValue
ULabelValueDefinitionDefaultSetting
Overview
ULabelValueDefinitionDefaultSettingConverter
ULabelValueDefinitionDefaultSettingKnownValue
ULabelValueDefinitionDefaultSettingUnknownValue
ULabelValueDefinitionSeverity
Overview
ULabelValueDefinitionSeverityConverter
ULabelValueDefinitionSeverityKnownValue
ULabelValueDefinitionSeverityUnknownValue
ULabelValueKnownValue
ULabelValueUnknownValue

Functions

isLabel(Map<String, dynamic>? object) bool
Returns true if object is Label, otherwise false.
isLabelValueDefinition(Map<String, dynamic>? object) bool
Returns true if object is LabelValueDefinition, otherwise false.
isLabelValueDefinitionStrings(Map<String, dynamic>? object) bool
Returns true if object is LabelValueDefinitionStrings, otherwise false.
isSelfLabel(Map<String, dynamic>? object) bool
Returns true if object is SelfLabel, otherwise false.
isSelfLabels(Map<String, dynamic>? object) bool
Returns true if object is SelfLabels, otherwise false.