titleBrand property
TextFieldWrapper?
get
titleBrand
Data element ID "TAY". Code providing information about the brand applied to the title.
Implementation
TextFieldWrapper? get titleBrand => document
.fieldByTypeName("TitleBrand")
?.let((field) => TextFieldWrapper(field));