PersianDate constructor

PersianDate([
  1. String? format
])

Implementation

PersianDate([String? format]) {
  if (format != null) _defualtVal = format;

  _getNow = _now();
  _getDate = _now();
}