exportedID property
String?
get
exportedID
Get the exported ID value, or null.
Implementation
String? get exportedID => idIsExported ? id : null;
Get the exported ID value, or null.
String? get exportedID => idIsExported ? id : null;