clone method

  1. @override
IBirthday clone(
  1. IBirthday source
)
inherited

Copies values from one entity into another. This clone operation is important because it allows

Implementation

@override
M clone(M source) => source.clone() as M;