Format constructor

Format({
  1. String timeStr = '',
  2. String formatStr = '',
})

构造方法

Implementation

Format({this.timeStr = '', this.formatStr = ''}) {
  _fetchDateTime();
}