devResource property
DevResourceWithNodeId
get
devResource
Implementation
_i3.DevResourceWithNodeId get devResource => _i5.getProperty(
this,
'devResource',
);
set
devResource
(DevResourceWithNodeId value)
Implementation
set devResource(_i3.DevResourceWithNodeId value) {
_i5.setProperty(
this,
'devResource',
value,
);
}