Map<String, dynamic> get json => { 'name': name, 'updated': lastUpdated, 'size': size, 'type': type.name, if (path != null) 'path': path, };