ObjectTooltip class Null safety
Constructors
- ObjectTooltip([dynamic updates(ObjectTooltipBuilder b)])
-
factory
Properties
- confirmSelectionOnMobile → bool
-
read-only
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
- showActionHint → bool
-
read-only
- showAvailability → bool
-
read-only
- showCategory → bool
-
read-only
- showLabel → bool
-
read-only
- showPricing → bool
-
read-only
-
read-only
- stylizedLabel → bool
-
read-only
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
rebuild(
dynamic updates(ObjectTooltipBuilder)) → ObjectTooltip -
Rebuilds the instance.
inherited
-
toBuilder(
) → ObjectTooltipBuilder -
Converts the instance to a builder
B
.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
ObjectTooltip> -
read-only