1
0
mirror of https://github.com/krawieck/lemmur/ synced 2024-12-18 11:28:45 +01:00
lemmur-app-android/lib/client/models/captcha.g.dart
2020-08-10 19:23:21 +02:00

16 lines
432 B
Dart

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