allTips property

List<String> get allTips

The full built-in tips library.

Implementation

List<String> get allTips => List.unmodifiable(_allTips);