dbFile top-level property
Implementation
final dbFile = File(
'${Platform.environment['HOME'] ?? Platform.environment['USERPROFILE']}/.fpm_db.json',
);
final dbFile = File(
'${Platform.environment['HOME'] ?? Platform.environment['USERPROFILE']}/.fpm_db.json',
);