isJavanese method

bool isJavanese(
  1. bool value
)

Implementation

bool isJavanese(bool value) {
  return javanese = value;
}