strip0x property
String
get
strip0x
Implementation
String get strip0x {
if (startsWith('0x')) {
return substring(2);
}
return this;
}
String get strip0x {
if (startsWith('0x')) {
return substring(2);
}
return this;
}