isStale property
bool
get
isStale
Whether this tip is considered stale
Implementation
bool get isStale => age > const Duration(minutes: 30);
Whether this tip is considered stale
bool get isStale => age > const Duration(minutes: 30);