clone method

  1. @override
IOwesMoney clone(
  1. IOwesMoney 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;