get method
Handler for credit/{id}
.
Returns the cast and crew who have worked on a movie.
Required Parameters:
movieId
: Movie identifier
Implementation
Future<List<RadarrMovieCredits>> get({ required int movieId }) async => _commandGetCredits(_client, movieId: movieId);