validFrom property
Start date of the validity of the card
Implementation
TextFieldWrapper get validFrom => document
.fieldByTypeName("ValidFrom")!
.let((field) => TextFieldWrapper(field));
Start date of the validity of the card
TextFieldWrapper get validFrom => document
.fieldByTypeName("ValidFrom")!
.let((field) => TextFieldWrapper(field));