id property

  1. @override
String get id
override

ID returns an identifier that uniquely identifies this Conn within this host, during this run. Connection IDs may repeat across restarts.

Implementation

@override
String get id => _id;