runSetter method

void runSetter(
  1. T data,
  2. dynamic value
)

Implementation

void runSetter(T data, dynamic value){
  setter(data, value);
}