custom static method

String custom(
  1. String format
)

Implementation

static String custom(String format) {
  return format;
}