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