getPropertyNames method

List<String> getPropertyNames (dynamic obj)

Gets names of all properties implemented in specified object.

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