// GENERATED CODE - DO NOT MODIFY BY HAND part of angel_serialize.test.models.author; // ************************************************************************** // Generator: JsonModelGenerator // ************************************************************************** class Author { final String id; final String name; final int age; final List books; final Book newestBook; final DateTime createdAt; final DateTime updatedAt; } class Library { final String id; final Map collection; final DateTime createdAt; final DateTime updatedAt; }