runGetter method

dynamic runGetter(
  1. T data
)

Implementation

dynamic runGetter(T data){
  return getter(data);
}