slick property

SlickDateTime? get slick

Implementation

SlickDateTime? get slick => this == null ? null : SlickDateTime(this!);