16 lines
556 B
Dart
16 lines
556 B
Dart
// GENERATED CODE - DO NOT MODIFY BY HAND
|
|
|
|
part of 'main_page_controller.dart';
|
|
|
|
// **************************************************************************
|
|
// JsonSerializableGenerator
|
|
// **************************************************************************
|
|
|
|
MainPageModel _$MainPageModelFromJson(Map<String, dynamic> json) =>
|
|
MainPageModel()..currentIndex = (json['currentIndex'] as num).toInt();
|
|
|
|
Map<String, dynamic> _$MainPageModelToJson(MainPageModel instance) =>
|
|
<String, dynamic>{
|
|
'currentIndex': instance.currentIndex,
|
|
};
|