fetchId property

String? get fetchId

Implementation

String? get fetchId {
  _fetchId ??= _getFetchId();
  return _fetchId;
}