$UFacetFeatureExtension extension

on

Properties

Available on UFacetFeature, provided by the $UFacetFeatureExtension extension

Returns this data as FacetLink.
no setter
facetLinkOrNull FacetLink?

Available on UFacetFeature, provided by the $UFacetFeatureExtension extension

Returns FacetLink if this data is FacetLink, otherwise null.
no setter
facetMention FacetMention

Available on UFacetFeature, provided by the $UFacetFeatureExtension extension

Returns this data as FacetMention.
no setter
facetMentionOrNull FacetMention?

Available on UFacetFeature, provided by the $UFacetFeatureExtension extension

Returns FacetMention if this data is FacetMention, otherwise null.
no setter
facetTag FacetTag

Available on UFacetFeature, provided by the $UFacetFeatureExtension extension

Returns this data as FacetTag.
no setter
facetTagOrNull FacetTag?

Available on UFacetFeature, provided by the $UFacetFeatureExtension extension

Returns FacetTag if this data is FacetTag, otherwise null.
no setter

Available on UFacetFeature, provided by the $UFacetFeatureExtension extension

Returns true if this data is FacetLink, otherwise false.
no setter
isFacetMention bool

Available on UFacetFeature, provided by the $UFacetFeatureExtension extension

Returns true if this data is FacetMention, otherwise false.
no setter
isFacetTag bool

Available on UFacetFeature, provided by the $UFacetFeatureExtension extension

Returns true if this data is FacetTag, otherwise false.
no setter

Available on UFacetFeature, provided by the $UFacetFeatureExtension extension

Returns true if this data is not FacetLink, otherwise false.
no setter
isNotFacetMention bool

Available on UFacetFeature, provided by the $UFacetFeatureExtension extension

Returns true if this data is not FacetMention, otherwise false.
no setter
isNotFacetTag bool

Available on UFacetFeature, provided by the $UFacetFeatureExtension extension

Returns true if this data is not FacetTag, otherwise false.
no setter
isNotUnknown bool

Available on UFacetFeature, provided by the $UFacetFeatureExtension extension

Returns true if this data is not unknown object, otherwise false.
no setter
isUnknown bool

Available on UFacetFeature, provided by the $UFacetFeatureExtension extension

Returns true if this data is unknown object, otherwise false.
no setter
unknown Map<String, dynamic>

Available on UFacetFeature, provided by the $UFacetFeatureExtension extension

Returns this data as JSON object.
no setter
unknownOrNull Map<String, dynamic>?

Available on UFacetFeature, provided by the $UFacetFeatureExtension extension

Returns JSON object if this data is unknown, otherwise null.
no setter

Methods

toJson() Map<String, dynamic>

Available on UFacetFeature, provided by the $UFacetFeatureExtension extension

Returns JSON representation.