menu
lunar_plus package
documentation
calendar/TaoFestival.dart
TaoFestival
TaoFestival.new constructor
TaoFestival.new 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_plus package
documentation
calendar/TaoFestival
TaoFestival
TaoFestival.new constructor
TaoFestival class