parentField property

  1. @optional
dynamic parentField
getter/setter pair

If value is a non-List, non-Map object, parentField is the name of the field containing the previous object on the retaining path.

parentField can be one of String or int.

Implementation

@optional
dynamic parentField;