type property

Implementation

LandmarkType get type =>
    LandmarkType.fromValue(js_util.getProperty(this, 'type'));
void type=(LandmarkType newValue)

Implementation

set type(LandmarkType newValue) {
  js_util.setProperty(this, 'type', newValue.value);
}