hexWithoutPrefix property
String
get
hexWithoutPrefix
Implementation
String get hexWithoutPrefix {
return replaceAll("#", "").replaceAll("0x", "").toUpperCase();
}
String get hexWithoutPrefix {
return replaceAll("#", "").replaceAll("0x", "").toUpperCase();
}