green method

int green(
  1. Color color
)

Implementation

int green(Color color) => color.green;