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