isArchivesTopic property

bool get isArchivesTopic

Implementation

bool get isArchivesTopic {
  return toLowerCase().startsWith("archives");
}