getWidth method

int? getWidth()

Returns width.

Implementation

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