CodePage constructor

CodePage(
  1. int id,
  2. String name
)

Implementation

CodePage(this.id, this.name);