isFieldOrder static method

bool isFieldOrder(
  1. String direction
)

Implementation

static bool isFieldOrder(String direction) {
  return true;
}