$UListLabelExtension extension

on

Properties

isNotSelfLabels bool

Available on UListLabel, provided by the $UListLabelExtension extension

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

Available on UListLabel, provided by the $UListLabelExtension extension

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

Available on UListLabel, provided by the $UListLabelExtension extension

Returns true if this data is SelfLabels, otherwise false.
no setter
isUnknown bool

Available on UListLabel, provided by the $UListLabelExtension extension

Returns true if this data is unknown object, otherwise false.
no setter
selfLabels SelfLabels

Available on UListLabel, provided by the $UListLabelExtension extension

Returns this data as SelfLabels.
no setter
selfLabelsOrNull SelfLabels?

Available on UListLabel, provided by the $UListLabelExtension extension

Returns SelfLabels if this data is SelfLabels, otherwise null.
no setter
unknown Map<String, dynamic>

Available on UListLabel, provided by the $UListLabelExtension extension

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

Available on UListLabel, provided by the $UListLabelExtension extension

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

Methods

toJson() Map<String, dynamic>

Available on UListLabel, provided by the $UListLabelExtension extension

Returns JSON representation.