棉花app新增页面
This commit is contained in:
15
lib/controller/mh/score_controller.g.dart
Normal file
15
lib/controller/mh/score_controller.g.dart
Normal file
@@ -0,0 +1,15 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'score_controller.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// JsonSerializableGenerator
|
||||
// **************************************************************************
|
||||
|
||||
ScoreModel _$ScoreModelFromJson(Map<String, dynamic> json) =>
|
||||
ScoreModel()..score = (json['score'] as num?)?.toInt();
|
||||
|
||||
Map<String, dynamic> _$ScoreModelToJson(ScoreModel instance) =>
|
||||
<String, dynamic>{
|
||||
'score': instance.score,
|
||||
};
|
||||
Reference in New Issue
Block a user