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