dbFile top-level property

File dbFile
final

Implementation

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