menu
flutter_ilib package
documentation
calendar/ilib_date.dart
ILibCalendarDate
second property
second property
dark_mode
light_mode
second
property
@
override
int
?
get
second
override
The second of the minute (0–59), or null if unspecified.
Implementation
@override int? get second => getSeconds();
flutter_ilib package
documentation
calendar/ilib_date
ILibCalendarDate
second property
ILibCalendarDate class