menu
persian_datetime_picker package
documentation
persian_datetime_picker.dart
Gregorian
operator <= method
operator <= method
dark_mode
light_mode
operator <=
method
bool
operator <=
(
Gregorian
other
)
less than or equal operator
Implementation
bool operator <=(Gregorian other) { return compareTo(other) <= 0; }
persian_datetime_picker package
documentation
persian_datetime_picker
Gregorian
operator <= method
Gregorian class