weight property
int
get
weight
Implementation
int get weight {
// RADType: 1 byte
return script.length + url.codeUnits.length + 1;
}
int get weight {
// RADType: 1 byte
return script.length + url.codeUnits.length + 1;
}