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.
aku_new_community/lib/models/integral/add_integral_config_model.g...

15 lines
495 B

// 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,
);