userHome property Null safety
Implementation
static String? get userHome =>
Platform.environment['HOME'] ?? Platform.environment['USERPROFILE'];
static String? get userHome =>
Platform.environment['HOME'] ?? Platform.environment['USERPROFILE'];