mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-25 18:48:43 +00:00
Refactor member page (#3)
* refactor: member page * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip
This commit is contained in:
17
lib/models/space/audios.g.dart
Normal file
17
lib/models/space/audios.g.dart
Normal file
@@ -0,0 +1,17 @@
|
||||
// GENERATED CODE - DO NOT MODIFY BY HAND
|
||||
|
||||
part of 'audios.dart';
|
||||
|
||||
// **************************************************************************
|
||||
// JsonSerializableGenerator
|
||||
// **************************************************************************
|
||||
|
||||
Audios _$AudiosFromJson(Map<String, dynamic> json) => Audios(
|
||||
count: (json['count'] as num?)?.toInt(),
|
||||
item: json['item'] as List<dynamic>?,
|
||||
);
|
||||
|
||||
Map<String, dynamic> _$AudiosToJson(Audios instance) => <String, dynamic>{
|
||||
'count': instance.count,
|
||||
'item': instance.item,
|
||||
};
|
||||
Reference in New Issue
Block a user