appPath property

Future<AppPathModel?> appPath

Implementation

Future<AppPathModel?> get appPath async => _appPath ??= await getAppPath();