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