getId property

dynamic getId

Returns the ID of the object if exists otherwise return 0;

Example:

map.getId // 111

Implementation

dynamic get getId => FxMap.getId(this);