identifier property
String
get
identifier
Implementation
String get identifier {
return "[${(type?.toString() ?? route ?? "").replaceAll("/", "")}.${attributeId ?? id}]";
}
String get identifier {
return "[${(type?.toString() ?? route ?? "").replaceAll("/", "")}.${attributeId ?? id}]";
}