constraint method

  1. @override
DateTimeType constraint(
  1. String input
)
override

Implementation

@override
DateTimeType constraint(String input) {
  super.parse(methods, input);

  return this;
}