toInt method

int toInt()

Implementation

int toInt() => int.parse(_color.replaceAll('#', ''), radix: 16);