customFields property

List<CustomField> get customFields
inherited

customFields represents the list of custom fields.

Implementation

set categoryId(String? value);/// [customFields] represents the list of custom fields.
List<CustomField> get customFields;
set customFields (List<CustomField> value)
inherited

customFields represents the list of custom fields.

Implementation

List<CustomField> get customFields;/// [customFields] represents the list of custom fields.
set customFields(List<CustomField> value);