toDateString method

String toDateString()

Format: yyyy.MM.dd

Implementation

String toDateString() => this?.toDateString() ?? "";