id method

  1. @override
String id()
override

Returns an identifier that uniquely identifies this Stream within this host, during this run. Stream IDs may repeat across restarts.

Implementation

@override
String id() {
  return _udxStream.id.toString();
}