LibraryState constructor
Constructor for LibraryState.
Implementation
LibraryState(
this.uri, {
required this.isSaved,
required this.canSave,
});
Constructor for LibraryState.
LibraryState(
this.uri, {
required this.isSaved,
required this.canSave,
});