aku_new_community/lib/models/community/topic_model.g.dart

14 lines
439 B

// GENERATED CODE - DO NOT MODIFY BY HAND
part of 'topic_model.dart';
// **************************************************************************
// JsonSerializableGenerator
// **************************************************************************
TopicModel _$TopicModelFromJson(Map<String, dynamic> json) => TopicModel(
id: json['id'] as int,
title: json['title'] as String,
type: json['type'] as int,
);