heading property
double?
get
heading
Implementation
double? get heading => js_util.getProperty(this, 'heading');
set
heading
(double? newValue)
Implementation
set heading(double? newValue) {
js_util.setProperty(this, 'heading', newValue);
}