id property

  1. @override
String id
override

Unique ID to identify the element.

This is not related to the HTML id attribute.

Implementation

@override
String get id => _single.id;