DeclarativeForm constructor

DeclarativeForm([
  1. void b(
    1. DeclarativeFormBuilder
    )?
])

Creates a new DeclarativeForm object using the builder pattern.

Implementation

factory DeclarativeForm([void Function(DeclarativeFormBuilder)? b]) = _$DeclarativeForm;