inheritForm property

bool inheritForm
final

If inheritForm is true, then this MetaForm will bind directly to the parent form, instead of creating a new subform that's nested inside the parent form

Implementation

final bool inheritForm;