withPadding property

bool? get withPadding

The field returned if the image is padded, always contains 1.

Implementation

bool? get withPadding => checkBoolUtil(videoCoverImageObject['with_padding']);