birthDate property
Date of Birth
Implementation
TextFieldWrapper? get birthDate => document
.fieldByTypeName("BirthDate")
?.let((field) => TextFieldWrapper(field));
Date of Birth
TextFieldWrapper? get birthDate => document
.fieldByTypeName("BirthDate")
?.let((field) => TextFieldWrapper(field));