mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
Remove unnecessary types (#946)
This commit is contained in:
@@ -7,7 +7,7 @@ import 'book.dart';
|
||||
class Author {
|
||||
final int id;
|
||||
final String name;
|
||||
final List<Book> books = <Book>[];
|
||||
final books = <Book>[];
|
||||
|
||||
Author(this.id, this.name);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user