// GENERATED CODE - DO NOT MODIFY BY HAND part of 'login_request.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** _$LoginRequestImpl _$$LoginRequestImplFromJson(Map json) => _$LoginRequestImpl( username: json['username'] as String, ); Map _$$LoginRequestImplToJson(_$LoginRequestImpl instance) => { 'username': instance.username, };