registrationYear property

TextFieldWrapper? get registrationYear

Data element ID "RBT". This field is the registration year assigned by the jurisdiction. The format is CCYY.

Implementation

TextFieldWrapper? get registrationYear => document
    .fieldByTypeName("RegistrationYear")
    ?.let((field) => TextFieldWrapper(field));