menu
open_library_api package
documentation
models/ol_author_model.dart
OLAuthor
OLAuthor const constructor
OLAuthor const constructor
dark_mode
light_mode
OLAuthor
constructor
const
OLAuthor
(
{
String
name
=
""
,
String
personal_name
=
""
,
})
Implementation
const OLAuthor({ this.name = "", this.personal_name = "", });
open_library_api package
documentation
models/ol_author_model
OLAuthor
OLAuthor const constructor
OLAuthor class