mapObject property

MapObject? get mapObject

Optional element transformation mappings.

When present, applies transformations to elements during operations.

Implementation

MapObject? get mapObject {
  try {
    return record.mapObject;
  } catch(_) {}
  return null;
}