isWriteable method

bool isWriteable()

Implementation

bool isWriteable() {
  return setter != null;
}