unpack method

Implementation

RotationKeyframesT unpack() =>
    RotationKeyframesT(values: values?.map((e) => e.unpack()).toList());