useCount property Null safety

int useCount

Number of internal references currently using this configuration.

Implementation

int get useCount => int.parse(xmlUseCount['\$']);