toJson method

String toJson()

Implementation

String toJson() {
  return serializers.toJson(VoiceActor.serializer, this);
}