sectionId property

String? get sectionId
override

Implementation

String? get sectionId => _$this._sectionId;
set sectionId (covariant String? sectionId)
covariantoverride

Implementation

set sectionId(covariant String? sectionId) => _$this._sectionId = sectionId;