title property

  1. @override
String? get title
override

The default title of this InteractionAffordance.

Implementation

@override
String? get title => dataSchema.title;