// GENERATED CODE - DO NOT MODIFY BY HAND part of 'captcha.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** Captcha _$CaptchaFromJson(Map json) { return Captcha( png: json['png'] as String, wav: json['wav'] as String, uuid: json['uuid'] as String, ); }