getMethodNames method

List<String> getMethodNames (dynamic obj)

Gets names of all methods implemented in specified object.

  • obj an objec to introspect. Returns a list with method names.