constraint method

B constraint(
  1. String input
)

Implementation

B constraint(String input) {
  return this as B;
}