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