place property
TextFieldWrapper?
get
place
Place
Implementation
TextFieldWrapper? get place => document
.fieldByTypeName("Place")
?.let((field) => TextFieldWrapper(field));
Place
TextFieldWrapper? get place => document
.fieldByTypeName("Place")
?.let((field) => TextFieldWrapper(field));