getHeight method

int? getHeight()

Returns height.

Implementation

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