generalInformation property
General Information
Implementation
TextFieldWrapper? get generalInformation => document
.fieldByTypeName("GeneralInformation")
?.let((field) => TextFieldWrapper(field));
General Information
TextFieldWrapper? get generalInformation => document
.fieldByTypeName("GeneralInformation")
?.let((field) => TextFieldWrapper(field));