menu
simutil package
documentation
services/xcode_cache_service.dart
XcodeCacheClearResult
XcodeCacheClearResult.new const constructor
XcodeCacheClearResult.new const constructor
dark_mode
light_mode
XcodeCacheClearResult
constructor
const
XcodeCacheClearResult
(
{
required
bool
success
,
required
String
message
,
int
?
freedBytes
,
})
Implementation
const XcodeCacheClearResult({ required this.success, required this.message, this.freedBytes, });
simutil package
documentation
services/xcode_cache_service
XcodeCacheClearResult
XcodeCacheClearResult.new const constructor
XcodeCacheClearResult class