custom static method

EAPropertyKey custom(
  1. String v
)

Implementation

static EAPropertyKey custom(String v) {
  return EAPropertyKey._self( v );
}