hasCloneExtensionTypes top-level constant

List<String> const hasCloneExtensionTypes

List of types that has a clone method extension and therefore can be copied by calling clone().

Implementation

const hasCloneExtensionTypes = [
  'ByteData',
  'Vector',
  'HalfVector',
  'SparseVector',
  'Bit',
];