modifications property

Map<String, Modification> modifications
getter/setter pair

Map for the modification , {"key for the flag": Modification object}

Implementation

Map<String, Modification> modifications = {};