getElement method

Element? getElement(
  1. String field
)

Implementation

Element? getElement(String field) {
  return get(field) as Element;
}