packageJSON property
dynamic
get
packageJSON
The parsed contents of the extension's package.json.
Implementation
_i2.dynamic get packageJSON => _i5.getProperty(
this,
'packageJSON',
);
The parsed contents of the extension's package.json.
_i2.dynamic get packageJSON => _i5.getProperty(
this,
'packageJSON',
);