heading property

double? heading

Implementation

double? get heading => js_util.getProperty(this, 'heading');
void heading=(double? newValue)

Implementation

set heading(double? newValue) {
  js_util.setProperty(this, 'heading', newValue);
}