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