hasContent property
bool
get
hasContent
Whether there is active content registered.
Implementation
static bool get hasContent => title.isNotEmpty && registeredAt > 0;
Whether there is active content registered.
static bool get hasContent => title.isNotEmpty && registeredAt > 0;