SessionCustomFieldsItem constructor

const SessionCustomFieldsItem({
  1. SessionDropdown? dropdown,
  2. required String key,
  3. required SessionLabel label,
  4. SessionNumeric? numeric,
  5. bool? optional,
  6. SessionNumeric? text,
  7. 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,
});