CPListTemplateItem class abstract
A description of the common properties of all list item types. https://developer.apple.com/documentation/carplay/cplisttemplateitem iOS 14.0+ | iPadOS 14.0+ | Mac Catalyst 14.0+
- Implementers
Constructors
- CPListTemplateItem({String? text})
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited