``` import 'dart:convert'; ``` ``` Map clonedObject = JSON.decode(JSON.encode(object)); ```` just `deepCopy` method.