userMeta property

String userMeta

Implementation

static String get userMeta {
  if (isDebug) {
    return test_usermeta;
  } else {
    return Live_usermeta;
  }
}