getWidth method

int? getWidth()

Returns width.

Implementation

int? getWidth() => getNumberProperty(StreamInformation.keyWidth)?.toInt();