AuthorInfo constructor
const
AuthorInfo({
- required AuthorType type,
- required String name,
Implementation
const AuthorInfo({
required this.type,
required this.name
});