asCode property

int get asCode

Implementation

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