height property

  1. @BuiltValueField(wireName: r'height')
int? height

If this file is an image, the height of the file

Implementation

@BuiltValueField(wireName: r'height')
int? get height;