Создание коллекций
This commit is contained in:
@@ -0,0 +1 @@
|
||||
{"valid_import":true,"imports":[{"uri":"package:freezed_annotation/freezed_annotation.dart","transitive":false}],"elements":[]}
|
||||
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"elements": {},
|
||||
"imports": [
|
||||
"package:freezed_annotation/freezed_annotation.dart"
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1 @@
|
||||
{"valid_import":false,"imports":[],"elements":[]}
|
||||
@@ -0,0 +1,19 @@
|
||||
// **************************************************************************
|
||||
// JsonSerializableGenerator
|
||||
// **************************************************************************
|
||||
|
||||
_$CollectionDtoImpl _$$CollectionDtoImplFromJson(Map<String, dynamic> json) =>
|
||||
_$CollectionDtoImpl(
|
||||
desc: json['desc'] as String,
|
||||
title: json['title'] as String,
|
||||
isPublic: json['isPublic'] as bool,
|
||||
avatar: json['avatar'] as String?,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$$CollectionDtoImplToJson(_$CollectionDtoImpl instance) =>
|
||||
<String, dynamic>{
|
||||
'desc': instance.desc,
|
||||
'title': instance.title,
|
||||
'isPublic': instance.isPublic,
|
||||
'avatar': instance.avatar,
|
||||
};
|
||||
Reference in New Issue
Block a user