extraData property

Object? extraData

Extra data associated with the package configuration.

The data may be in any format, depending on who introduced it. The standard package_config.json file storage will only store JSON-like list/map data structures.

Implementation

Object? get extraData;