clone method

  1. @override
IGift clone()
override

Implementation

@override
IGift clone() => Gift.fromJson(deepCloneMap(wrapped));