fieldName function

String? fieldName(
  1. Element element
)

Implementation

String? fieldName(Element element) {
  return element.name;
}