SYMBOL INDEX (16 symbols across 3 files) FILE: example/time_example.dart function main (line 3) | void main() FILE: lib/src/extensions.dart function isAtSameYearAs (line 88) | bool isAtSameYearAs(DateTime other) function isAtSameMonthAs (line 95) | bool isAtSameMonthAs(DateTime other) function isAtSameDayAs (line 102) | bool isAtSameDayAs(DateTime other) function isAtSameHourAs (line 109) | bool isAtSameHourAs(DateTime other) function isAtSameMinuteAs (line 116) | bool isAtSameMinuteAs(DateTime other) function isAtSameSecondAs (line 123) | bool isAtSameSecondAs(DateTime other) function isAtSameMillisecondAs (line 131) | bool isAtSameMillisecondAs(DateTime other) function isAtSameMicrosecondAs (line 139) | bool isAtSameMicrosecondAs(DateTime other) function _calculateDifference (line 141) | int _calculateDifference(DateTime date) function to (line 152) | Iterable to(DateTime to, {Duration by = const Duration(days: 1)}) function copyWith (line 176) | DateTime copyWith({ function clamp (line 251) | DateTime clamp({DateTime? min, DateTime? max}) function shift (line 276) | DateTime shift({ function clamp (line 353) | Duration clamp({Duration? min, Duration? max}) FILE: test/time_test.dart function main (line 5) | void main()