SessionCustomFieldsItem constructor
const
SessionCustomFieldsItem({
- SessionDropdown? dropdown,
- required String key,
- required SessionLabel label,
- SessionNumeric? numeric,
- bool? optional,
- SessionNumeric? text,
- required PaymentLinksResourceCustomFieldsType type,
custom_field_param
Implementation
const SessionCustomFieldsItem({
this.dropdown,
required this.key,
required this.label,
this.numeric,
this.optional,
this.text,
required this.type,
});