copy method

Implementation

AnilistCharacterRequest copy() {
  var newArgs = Map<String, dynamic>.from(arguments);
  return AnilistCharacterRequest.fromArguments(newArgs);
}