Case constructor

const Case(
  1. String upperCase,
  2. String lowerCase
)

Implementation

const Case(this.upperCase, this.lowerCase);