toInt method Null safety

int toInt()

Implementation

int toInt() {
  return _argb;
}