menu
books_finder package
documentation
books_finder.dart
IndustryIdentifier
IndustryIdentifier const constructor
IndustryIdentifier const constructor
dark_mode
light_mode
IndustryIdentifier
constructor
const
IndustryIdentifier
(
{
required
String
type
,
required
String
identifier
,
})
Implementation
const IndustryIdentifier({ required this.type, required this.identifier, });
books_finder package
documentation
books_finder
IndustryIdentifier
IndustryIdentifier const constructor
IndustryIdentifier class