isCategoryEnabled method
Whether category is enabled.
Implementation
bool isCategoryEnabled(MemoryCategory category) =>
categories.isEmpty || categories.contains(category);
Whether category is enabled.
bool isCategoryEnabled(MemoryCategory category) =>
categories.isEmpty || categories.contains(category);