fetchId property
String?
get
fetchId
The ID for fetching this body part.
e.g. 1.2 for a part that can then be fetched
with the criteria BODY[1.2].
Implementation
String? get fetchId => _fetchId ??= _getFetchId();