address property
Data element ID "RBI". The first line of the registrant’s residence address.
Implementation
TextFieldWrapper? get address => document
.fieldByTypeName("Address")
?.let((field) => TextFieldWrapper(field));
Data element ID "RBI". The first line of the registrant’s residence address.
TextFieldWrapper? get address => document
.fieldByTypeName("Address")
?.let((field) => TextFieldWrapper(field));