static GitFileMode parse(String str) { var val = int.parse(str, radix: 8); return GitFileMode(val); }