nodeId property

int? get nodeId
override

Implementation

int? get nodeId => _$this._nodeId;
set nodeId (covariant int? nodeId)
covariantoverride

Implementation

set nodeId(covariant int? nodeId) => _$this._nodeId = nodeId;