of method
Creates a RoundableDateTime using the given parameters.
Implementation
@override
@protected UtcDateTime of(int year, int month, int day, int hour, int minute, int second, int millisecond, int microsecond) =>
UtcDateTime(year, month, day, hour, minute, second, millisecond, microsecond);