id property

String? get id

Indicates the ID of the imported shared module extension which updated. This is present only if 'reason' is 'shared_module_update'.

Implementation

String? get id => _wrapped.id;
set id (String? v)

Implementation

set id(String? v) {
  _wrapped.id = v;
}