toDateTime property
DateTime?
get
toDateTime
Implementation
DateTime? get toDateTime {
return this == null ? null : DateTime.fromMillisecondsSinceEpoch(this!);
}
DateTime? get toDateTime {
return this == null ? null : DateTime.fromMillisecondsSinceEpoch(this!);
}