appInfo property

Future<AppInfoModel?> appInfo

Implementation

Future<AppInfoModel?> get appInfo async => _appInfo ??= await getAppInfo();