You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
495 B
15 lines
495 B
3 years ago
|
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||
|
|
||
|
part of 'add_integral_config_model.dart';
|
||
|
|
||
|
// **************************************************************************
|
||
|
// JsonSerializableGenerator
|
||
|
// **************************************************************************
|
||
|
|
||
|
AddIntegralConfigModel _$AddIntegralConfigModelFromJson(
|
||
|
Map<String, dynamic> json) =>
|
||
|
AddIntegralConfigModel(
|
||
|
addIntegral: json['addIntegral'] as int,
|
||
|
hasClocked: json['hasClocked'] as bool,
|
||
|
);
|