AnilistMediaRequest.fromArguments constructor

AnilistMediaRequest.fromArguments(
  1. Map<String, dynamic> withArguments
)

Implementation

AnilistMediaRequest.fromArguments(Map<String, dynamic> withArguments)
    : client = Dio(BaseOptions(baseUrl: 'https://graphql.anilist.co')) {
  super.arguments = withArguments;
}