toDay property

String get toDay

Implementation

String get toDay => (this == null) ? "" : DateFormat('dd').format(this!);