factory SyncPathGrant.fromJson(Map<String, dynamic> j) => SyncPathGrant(path: j['path'], readOnly: j['read_only'] ?? false);