CharacterSet constructor

CharacterSet({
  1. String? characterSetDescription,
  2. String? characterSetName,
})

Implementation

CharacterSet({
  this.characterSetDescription,
  this.characterSetName,
});