DeclarativeForm constructor
DeclarativeForm([
- void b()?
Creates a new DeclarativeForm object using the builder pattern.
Implementation
factory DeclarativeForm([void Function(DeclarativeFormBuilder)? b]) = _$DeclarativeForm;