asDictionary property

Dictionary get asDictionary

Creates a Dictionary from the given Object. all the members that are not methods become the dictionary members

Implementation

Dictionary get asDictionary =>
  _convertObjectToDictionary(this);