tagss property
Tags for the document
Implementation
List<TextFieldWrapper> get tagss => document
.fieldsByTypeName("Tags")
.map((field) => TextFieldWrapper(field))
.toList();
Tags for the document
List<TextFieldWrapper> get tagss => document
.fieldsByTypeName("Tags")
.map((field) => TextFieldWrapper(field))
.toList();