isFirstDayOfMonth property
bool
get
isFirstDayOfMonth
Is the given date the first day of a month?
Implementation
bool get isFirstDayOfMonth => isSameDay(startOfMonth);
Is the given date the first day of a month?
bool get isFirstDayOfMonth => isSameDay(startOfMonth);