ChatValueTimestamp.fromDateTime constructor

ChatValueTimestamp.fromDateTime(
  1. DateTime dateTime
)

Implementation

factory ChatValueTimestamp.fromDateTime(DateTime dateTime) {
  return ChatValueTimestamp._(dateTime);
}