copy static method

dynamic copy(
  1. Object? object
)

Implementation

static dynamic copy(Object? object) =>
    copier.copy(object);