AppInfo constructor

AppInfo([
  1. void b(
    1. AppInfoBuilder
    )?
])

Implementation

factory AppInfo([void Function(AppInfoBuilder)? b]) = _$AppInfo;