sectionType property

DeclarativeForm_SectionType? get sectionType
override

Implementation

DeclarativeForm_SectionType? get sectionType => _$this._sectionType;
set sectionType (covariant DeclarativeForm_SectionType? sectionType)
covariantoverride

Implementation

set sectionType(covariant DeclarativeForm_SectionType? sectionType) => _$this._sectionType = sectionType;