asCode property
int
get
asCode
Implementation
int get asCode {
var c = "0x${use.value.toRadixString(16)}";
return int.tryParse(c) ?? 0x00000000;
}
int get asCode {
var c = "0x${use.value.toRadixString(16)}";
return int.tryParse(c) ?? 0x00000000;
}