constraint method

  1. @override
ObjectType<T> constraint(
  1. String input
)
override

Implementation

@override
ObjectType<T> constraint(String input) {
  return super.parse(methods, input);
}