id property

  1. @override
String get id

id is used to identify the item. It must be unique.

Implementation

@override
String get id => title;