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