unpack method

Implementation

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