iGetProperty static method

int iGetProperty(
  1. dynamic _,
  2. String method
)

Implementation

static int iGetProperty(_, String method) {
  Tau.tau.logger.t('js_util.getProperty: $method');
  return 0;
}