clonableTypeNames top-level constant

List<String> const clonableTypeNames

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

Implementation

const clonableTypeNames = [
  'ByteData',
  'List',
  'Map',
];