call method

  1. @override
dynamic call(
  1. dynamic attr
)
override

Implementation

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