getPropertyNames method

List<String> getPropertyNames (
  1. dynamic obj
)

Gets names of all properties implemented in specified object.

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