toColor method

Color toColor()

Implementation

Color toColor() {
  return Color(int.parse(this));
}