factory FileSystemFailureDetails.fromJson(Map<String, dynamic> json) { return FileSystemFailureDetails( message: json['Message'] as String?, ); }