getKey method

String getKey()

Implementation

String getKey() {
  return (_key == null ? "" : _key!);
}