$USubscribeLabelsMessageExtension extension
Properties
-
info
→ Info
-
Returns this data as Info.
no setter
-
infoOrNull
→ Info?
-
Returns Info if this data is Info, otherwise null.
no setter
-
isInfo
→ bool
-
Returns true if this data is Info, otherwise false.
no setter
-
isLabels
→ bool
-
Returns true if this data is Labels, otherwise false.
no setter
-
isNotInfo
→ bool
-
Returns true if this data is not Info, otherwise false.
no setter
-
isNotLabels
→ bool
-
Returns true if this data is not Labels, 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
-
labels
→ Labels
-
Returns this data as Labels.
no setter
-
labelsOrNull
→ Labels?
-
Returns Labels if this data is Labels, otherwise null.
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