width property Null safety

int width

Number of the columns of the Video image.

Implementation

int get width => int.parse(xmlWidth['\$']);