// GENERATED CODE - DO NOT MODIFY BY HAND part of 'project.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** _$_ProjectIndex _$$_ProjectIndexFromJson(Map json) => _$_ProjectIndex( components: (json['components'] as List) .map((e) => ComponentEntry.fromJson(e as Map)) .toList(), ); Map _$$_ProjectIndexToJson(_$_ProjectIndex instance) => { 'components': instance.components, };