height property
int
get
height
Number of the lines of the Video image.
Implementation
int get height => int.parse(xmlHeight['\$']);
Number of the lines of the Video image.
int get height => int.parse(xmlHeight['\$']);