setIsLibrary method

void setIsLibrary({
  1. required bool isLibrary,
})

Implementation

void setIsLibrary({required bool isLibrary}) {
  _isLibrary = isLibrary;
}