menu
cldf package
documentation
models/manifest.dart
Author
Author.new constructor
Author.new constructor
dark_mode
light_mode
Author
constructor
Author
(
{
String
?
name
,
String
?
email
,
String
?
website
,
})
Creates a new
Author
instance
Implementation
Author({this.name, this.email, this.website});
cldf package
documentation
models/manifest
Author
Author.new constructor
Author class