validFrom property

TextFieldWrapper get validFrom

Start date of the validity of the card

Implementation

TextFieldWrapper get validFrom => document
    .fieldByTypeName("ValidFrom")!
    .let((field) => TextFieldWrapper(field));