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