clone method

  1. @override
ICollege clone()
override

Implementation

@override
ICollege clone() => College.fromJson(deepCloneMap(wrapped));