nodeType property

String? get nodeType
override

Implementation

String? get nodeType => _$this._nodeType;
set nodeType (covariant String? nodeType)
covariantoverride

Implementation

set nodeType(covariant String? nodeType) => _$this._nodeType = nodeType;