The extension's unique identifier.
String get id => _wrapped.id;
set id(String v) { _wrapped.id = v; }