only method

Only only(
  1. List<DateTime> allow
)

Implementation

Only only(List<DateTime> allow) => Only(allow.map((e)=>DateTime(e.year,e.month,e.day)).toList(), super.stack);