id property

String get id

The id of the controller passed in {@link tests.createTestController}. This must be globally unique.

Implementation

_i2.String get id => _i5.getProperty(
      this,
      'id',
    );