isCurrent property
bool
get
isCurrent
Whether this tip is considered current
Implementation
bool get isCurrent => age < const Duration(minutes: 15);
Whether this tip is considered current
bool get isCurrent => age < const Duration(minutes: 15);