App constructor

App([
  1. void b(
    1. AppBuilder
    )?
])

Creates a new App object using the builder pattern.

Implementation

factory App([void Function(AppBuilder)? b]) = _$App;