now function Null safety
Obtains a Timestamp with the current time.
Implementation
Timestamp now() {
return Timestamp.fromDateTime(DateTime.now());
}
Obtains a Timestamp with the current time.
Timestamp now() {
return Timestamp.fromDateTime(DateTime.now());
}