components property

List<FormComponent<DataEntity>>? components
final

List of FormComponents represented in the Form

Implementation

final List<FormComponent>? components;