$UProfileLabelExtension extension
Properties
- isNotSelfLabels → bool
-
Returns true if this data is not SelfLabels, otherwise false.
no setter
- isNotUnknown → bool
-
Returns true if this data is not unknown object, otherwise false.
no setter
- isSelfLabels → bool
-
Returns true if this data is SelfLabels, otherwise false.
no setter
- isUnknown → bool
-
Returns true if this data is unknown object, otherwise false.
no setter
- selfLabels → SelfLabels
-
Returns this data as SelfLabels.
no setter
- selfLabelsOrNull → SelfLabels?
-
Returns SelfLabels if this data is SelfLabels, 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