height property Null safety

int height

Number of the lines of the Video image.

Implementation

int get height => int.parse(xmlHeight['\$']);