// GENERATED CODE - DO NOT MODIFY BY HAND part of 'random_words_input.dart'; // ************************************************************************** // Generator: JsonSerializableGenerator // ************************************************************************** RandomWordsInput _$RandomWordsInputFromJson(Map json) => new RandomWordsInput() ..scrollPosition = (json['scrollPosition'] as num)?.toDouble(); abstract class _$RandomWordsInputSerializerMixin { double get scrollPosition; Map toJson() => {'scrollPosition': scrollPosition}; }