logic library
Classes
- AppError
- DateDowColoredBox
- yyyy-MM-dd 形式の日付文字列から土日は色付きボックスを返す
- DateYearMonthDayDowText
- HourMinute
- HoursMinutes
- JsonDateTime
- JsonDateTimeMap
-
Result<
T> -
ResultErr<
T> -
ResultOk<
T> - YearMonth
- 年月 (YYYY-MM) を表す値オブジェクト。
Functions
-
getNextYearMonth(
YearMonth yearMonth) → YearMonth -
getPrevYearMonth(
YearMonth yearMonth) → YearMonth -
json2appError(
Map< String, dynamic> jsonMap) → AppError