height property

  1. @JsonKey.new(name: 'height')
int? height
final

目标区域的高度。

Implementation

@JsonKey(name: 'height')
final int? height;