$UFacetFeatureExtension extension

on

Properties

Returns this data as FacetLink.
no setter
facetLinkOrNull FacetLink?
Returns FacetLink if this data is FacetLink, otherwise null.
no setter
facetMention FacetMention
Returns this data as FacetMention.
no setter
facetMentionOrNull FacetMention?
Returns FacetMention if this data is FacetMention, otherwise null.
no setter
facetTag FacetTag
Returns this data as FacetTag.
no setter
facetTagOrNull FacetTag?
Returns FacetTag if this data is FacetTag, otherwise null.
no setter
Returns true if this data is FacetLink, otherwise false.
no setter
isFacetMention bool
Returns true if this data is FacetMention, otherwise false.
no setter
isFacetTag bool
Returns true if this data is FacetTag, otherwise false.
no setter
Returns true if this data is not FacetLink, otherwise false.
no setter
isNotFacetMention bool
Returns true if this data is not FacetMention, otherwise false.
no setter
isNotFacetTag bool
Returns true if this data is not FacetTag, otherwise false.
no setter
isNotUnknown bool
Returns true if this data is not unknown object, otherwise false.
no setter
isUnknown bool
Returns true if this data is unknown object, otherwise false.
no setter
unknown Map<String, dynamic>
Returns this data as JSON object.
no setter
unknownOrNull Map<String, dynamic>?
Returns JSON object if this data is unknown, otherwise null.
no setter

Methods

toJson() Map<String, dynamic>
Returns JSON representation.