Creates a DriveItem instance from JSON data.
factory DriveItem.fromJson(Map<String, dynamic> json) => _$DriveItemFromJson(json);