fieldName property

String? get fieldName

Implementation

String? get fieldName {
  _checkNotDisposed();
  return _stack.isEmpty ? null : _node.fieldNames.firstOrNull;
}