width property
int
get
width
Number of the columns of the Video image.
Implementation
int get width => int.parse(xmlWidth['\$']);
Number of the columns of the Video image.
int get width => int.parse(xmlWidth['\$']);