Color constructor

Color(
  1. String value
)

Implementation

Color(String value) {
  _value = value;
}