parse static method

ChatValueTimestamp parse(
  1. Object? source
)

Implementation

static ChatValueTimestamp parse(Object? source) {
  return tryParse(source) ?? RoomManager.i.timestamp(source);
}