AnilistStaffRequest.fromArguments constructor

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

Implementation

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