App constructor

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

Implementation

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