ColorDto constructor

const ColorDto(
  1. Color value
)

Implementation

const ColorDto(Color value) : this.raw(value: value);