call method

dynamic call(
  1. dynamic attr
)

Implementation

call(attr) {
  return GetField(this, attr);
}