recast<KK, VV> method
Implementation
MapDiff<KK, VV> recast<KK, VV>(MapDiffArguments<KK, VV> args) {
return MapDiff(args, this.type, key as KK, value as VV?, oldValue as VV?);
}
MapDiff<KK, VV> recast<KK, VV>(MapDiffArguments<KK, VV> args) {
return MapDiff(args, this.type, key as KK, value as VV?, oldValue as VV?);
}