ProfileFormDescriptor constructor

ProfileFormDescriptor({
  1. List<TypeDescriptor<LayoutConfiguration<ContentItem>>>? layouts,
})

Implementation

ProfileFormDescriptor({super.layouts})
    : super(
        schemaType: ProfileCard.schemaName,
        title: 'Profile Card',
      );