exportedID property

String? get exportedID

Get the exported ID value, or null.

Implementation

String? get exportedID => idIsExported ? id : null;