height property

  1. @override
String get height
override

The height column.

In android, the value of this column maybe null.

In iOS/macOS, the value of this column not null.

Implementation

@override
String get height => 'pixelHeight';