// GENERATED CODE - DO NOT MODIFY BY HAND part of 'test_case.dart'; // ************************************************************************** // JsonSerializableGenerator // ************************************************************************** TestCase _$TestCaseFromJson(Map json) => TestCase( service: json['Service'] as String, region: json['Region'] as String, fips: json['FIPS'] as bool, dualStack: json['DualStack'] as bool, endpoint: json['Endpoint'] as String?, );