getHeight method

int? getHeight()

Returns height.

Implementation

int? getHeight() =>
    this.getNumberProperty(StreamInformation.keyHeight)?.toInt();