final class Period extends Special implements Accesserable { static const VALUE = '.'; const Period(); @override String get value => VALUE;