sourceAttributes property
Attributes
get
sourceAttributes
Получение значений свойств по умолчанию для всех объектов, добавленных в источник (см. IAttributes).
Implementation
Attributes get sourceAttributes {
_CAttributes res = _CGeometryMapObjectSource_sourceAttributes(_CGeometryMapObjectSourceMakeDefault().._impl=_self);
final t = res._toDart();
res._releaseIntermediate();
return t;
}