// GENERATED CODE - DO NOT MODIFY BY HAND part of 'search_model.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** SearchModel _$SearchModelFromJson(Map json) => SearchModel( activityVoList: (json['activityVoList'] as List) .map((e) => e == null ? null : ActivityItemModel.fromJson(e as Map)) .toList(), gambitVoList: (json['gambitVoList'] as List) .map((e) => e == null ? null : CommunityTopicModel.fromJson(e as Map)) .toList(), );