toYmd property
String
get
toYmd
Implementation
String get toYmd => (this == null) ? "" : DateFormat('yyyy-MM-dd').format(this!);
String get toYmd => (this == null) ? "" : DateFormat('yyyy-MM-dd').format(this!);