country property
Issuing country of the document
Implementation
TextFieldWrapper? get country => document
.fieldByTypeName("Country")
?.let((field) => TextFieldWrapper(field));
Issuing country of the document
TextFieldWrapper? get country => document
.fieldByTypeName("Country")
?.let((field) => TextFieldWrapper(field));