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