getValue method

  1. @override
P getValue(
  1. E element
)
override

Implementation

@override
P getValue(E element) {
  return getter(element);
}