visibleEvents property
EnumSet<RoadEventDisplayCategory>
get
visibleEvents
Получение текущих категорий событий, предоставляемых данным источником.
Implementation
EnumSet<RoadEventDisplayCategory> get visibleEvents {
_COptionSet_CRoadEventDisplayCategory res = _CRoadEventSource_getVisibleEvents(_CRoadEventSourceMakeDefault().._impl=_self);
return res._toDart();
}
set
visibleEvents
(EnumSet<RoadEventDisplayCategory> types)
Implementation
set visibleEvents(EnumSet<RoadEventDisplayCategory> types) {
var _a1 = types._copyFromDartTo_COptionSet_CRoadEventDisplayCategory();
void res = _CRoadEventSource_setVisibleEvents_COptionSet_CRoadEventDisplayCategory(_CRoadEventSourceMakeDefault().._impl=_self, _a1);
return res;
}