width property Null safety

double width
@JsonKey(name: 'width'), read / write

칼럼의 가로 길이가 필요합니다.

Implementation

@JsonKey(name: 'width')
double width;