menu
lunar package
documentation
calendar/TaoFestival.dart
TaoFestival
TaoFestival constructor
TaoFestival constructor
dark_mode
light_mode
TaoFestival
constructor
TaoFestival
(
String
name
, [
String
?
remark
])
Implementation
TaoFestival(String name, [String? remark]) { _name = name; _remark = null == remark ? '' : remark; }
lunar package
documentation
calendar/TaoFestival
TaoFestival
TaoFestival constructor
TaoFestival class