dateJson property

String? get dateJson

Implementation

String? get dateJson {
  return this == null ? null : DateFormat('yyyyMMdd').format(this!);
}