copy method

Deep copy

Implementation

GenericGlyphMetadata copy() {
  return GenericGlyphMetadata(charCode: charCode, name: name);
}