Culture constructor

const Culture(
  1. String name,
  2. DateTimeFormat dateTimeFormat
)

Implementation

const Culture(this.name, this.dateTimeFormat) : compareInfo = null;